posts - 609,  comments - 13,  views - 64万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2025 档案
前端运行exe、bat
摘要:使用Cjwdev.WindowsApi /// <summary> /// 执行BAT(前端) /// 创建一个进程,并以指定的会话身份运行一个应用程序或命令。 /// 这对于需要模拟用户上下文或在特定权限下执行操作的应用程序特别有用。 /// </summary> /// <param name= 阅读全文
posted @ 2025-01-22 13:45 邢帅杰 阅读(7) 评论(0) 推荐(0) 编辑
Android设置启动Activity
摘要:code <activity android:name=".YourSplashActivity" android:theme="@style/Theme.AppCompat.NoActionBar"> <intent-filter> <action android:name="android.in 阅读全文
posted @ 2025-01-13 11:36 邢帅杰 阅读(4) 评论(0) 推荐(0) 编辑
.NET使用Socket服务端和客户端代码示例
摘要:服务端 using System; using System.Collections.Generic; using System.Net.Sockets; using System.Net; using System.Text; namespace XCGConsoleApp { internal 阅读全文
posted @ 2025-01-06 15:32 邢帅杰 阅读(32) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示