会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
56
57
58
59
60
61
62
63
64
···
125
下一页
2023年9月28日
java android安卓按钮图片在右,文字在左
摘要: android:drawableRight="@drawable/end_lot" //布局文件中配置 翻译 搜索 复制
阅读全文
posted @ 2023-09-28 13:57 txwtech
阅读(34)
评论(0)
推荐(0)
2023年9月27日
解决Java 获取 getHostAddress 为什么 是 127.0.0.1的具体操作步骤
摘要: 解决Java 获取 getHostAddress 为什么 是 127.0.0.1的具体操作步骤 https://blog.51cto.com/u_16175446/6683264 https://blog.51cto.com/u_16175435/6931367?u_atoken=553aa05b-
阅读全文
posted @ 2023-09-27 22:05 txwtech
阅读(616)
评论(0)
推荐(0)
安卓multiline text光标移动到底部_移动焦点到底部
摘要: final EditText editText_show_msg = (EditText) findViewById(R.id.editText_multi_show_msg); editText_show_msg.setSelection(editText_show_msg.getText().l
阅读全文
posted @ 2023-09-27 16:51 txwtech
阅读(7)
评论(0)
推荐(0)
c#HttpListener拒绝请求
摘要: HttpListener. listener_aaav.Start(); c#HttpListener拒绝请求,使用管理员方式运行 bin/debug/xxx.exe文件右键 翻译 搜索 复制
阅读全文
posted @ 2023-09-27 14:31 txwtech
阅读(79)
评论(0)
推荐(0)
vs_visualstudio_c#MFCc++管理员方式启动项目
摘要: 方法1: https://www.cnblogs.com/txwtech/p/17732665.html 项目下的bin/debug/xxx.exe文件右键 设置后,运行sln项目文件,点启动1,再点2,再提示,点是,即可。 其它方法: https://www.cnblogs.com/xingboy
阅读全文
posted @ 2023-09-27 14:24 txwtech
阅读(181)
评论(0)
推荐(0)
android studio代码对齐快捷键
摘要: 让代码自动对齐的快捷键是Ctrl + Alt + L 翻译 搜索 复制
阅读全文
posted @ 2023-09-27 08:03 txwtech
阅读(174)
评论(0)
推荐(0)
2023年9月26日
java安卓中如何ping一个ip地址
摘要: 使用isReachable,IP小的可以ping通,xx.xx.11.11可以,xx.xx.100.100不通 InetAddress geek = InetAddress.getByName("192.168.188.105"); System.out.println(geek.isReachab
阅读全文
posted @ 2023-09-26 22:23 txwtech
阅读(338)
评论(0)
推荐(0)
java安卓获取本机IP与ping IP是否通畅
摘要: 1. 地址获取 和 编码解码 public class Net { public static void main(String[] args) throws IOException { // TODO Auto-generated method stub InetAddress ip = Inet
阅读全文
posted @ 2023-09-26 21:54 txwtech
阅读(37)
评论(0)
推荐(0)
安卓通过Spinner实现combo组合框的方法
摘要: 安卓通过Spinner实现combo组合框的方法 布局文件添加一个spinner控件,设置名字: spinner_combox_exec_url array_spinner=new String[2]; array_spinner[0]="http://192.168.10.103:9926"; a
阅读全文
posted @ 2023-09-26 14:05 txwtech
阅读(86)
评论(0)
推荐(0)
Android设置EditText编辑框为只读
摘要: Android设置EditText为只读 final EditText editText_msg_show = findViewById(R.id.editText_show_msg); editText_msg_show.setInputType(InputType.TYPE_NULL);// 设
阅读全文
posted @ 2023-09-26 13:36 txwtech
阅读(262)
评论(0)
推荐(0)
上一页
1
···
56
57
58
59
60
61
62
63
64
···
125
下一页