NetPilot.com

2024-10-19 by Jinyang | No Comments | Filed in 域名

Expired and Dropped on Oct 14, 2024

该域名公开拍卖结束于  Friday, October 18, 2024 , 3:05 AM

Bid history for ekang.com

2024-10-19 by Jinyang | No Comments | Filed in 域名

18-Oct-2024 16:56 PDT

Win11定时任务执行powershell脚本

2024-07-30 by Jinyang | No Comments | Filed in Uncategorized

将日志写入文件

Add-Content -Path $logFile -Value “”
Add-Content -Path $logFile -Value $timestamp
Add-Content -Path $logFile -Value $body

记录日志 方便知道实际执行的情况

Win10、Win11安装  Windows Subsystem for Android

2024-07-26 by Jinyang | No Comments | Filed in Uncategorized

1 先设置系统的区域为美国 语言为英文

2 访问 https://apps.microsoft.com/detail/9p3395vx91nr?hl=en-us&gl=US

也可以直接命令行 winget install 9p3395vx91nr

windows 11允许多用户同时登录使用

2024-07-05 by Jinyang | No Comments | Filed in Uncategorized

https://github.com/fabianosrc/TermsrvPatcher

这样台式机在上网课的同时

还可以用笔记本远程桌面到台式机进行软件开发工作

一机多用

复制替换文件时 会遇到无法替换的问题

第一步: takeown /f C:\Windows\System32\termsrv.dll

第二步: icacls C:\Windows\System32\termsrv.dll /grant administrators:F

第三步: Stop-Service -Name TermService -Force

第四步: Copy-Item -Path “C:\Windows\System32\termsrv_patched.dll” -Destination “C:\path\to\destination\termsrv.dll”

第四步我是直接先修改termsrv.dll为 termsrv.dll.old 然后修改termsrv_patched.dll为termsrv.dll

直接在windows 11上运行 学家云

2024-07-05 by Jinyang | No Comments | Filed in 生活随笔


Windows Subsystem for Android™️

有效的改善了用眼距离、电脑的屏幕也比pad大的多、更护眼

硬盘坏了,痛苦

2024-06-10 by Jinyang | No Comments | Filed in Uncategorized

使用动态口令保护 Windows 远程桌面

2024-06-08 by Jinyang | No Comments | Filed in Uncategorized

https://inc.sysu.edu.cn/article/1050 //刚好满足我的需求

https://download.multiotp.net/credential-provider

拯救因为cloudflare-warp失联的OracleVM

2024-05-01 by Jinyang | No Comments | Filed in Uncategorized

起因是因为在VM使用Gemini pro API 报错:

{
"error": true,
"message": "User location is not supported for the API use."
}

为了解决这个问题决定安装cloudflare-warp ,直接参考的官方文档:https://developers.cloudflare.com/warp-client/get-started/linux/

执行 warp-cli connect 后,服务器就断联了。。。

好在也不是第一次失联了,

百度推出AI代码生成工具CoMate

2024-03-11 by Jinyang | No Comments | Filed in Uncategorized

基于文心大模型,结合百度积累多年的编程现场大数据和外部优秀开源数据,为你生成更符合实际研发场景的优质代码。

提升编码效率,释放“十倍”软件生产力。

https://comate.baidu.com/?inviteCode=5izna4re

AutoWork 从需求到编码全流程辅助

现已全面开放,支持挂载私域知识,深度解读代码库,检索必要的背景知识,生成业务代码,为企业量身定制专属编码助理。

希望它未来可以独立成为一个商业服务: https://aicomate.com/

返回顶部