Tag - windows

远程桌面 windows    2017-07-19 23:03:56    762
百度了一些资料,发现都是解决办法2,并且文章千篇一律,我试验却没有成功,于是自己试了其他可以想到的方法

解决办法1:在被连接的计算机上面,修改远程配置,将下图选中项不勾选即可(成功)

解决办法2:失败,但是可以看看,网上给的方法,应该有可用之处
http://blog.sina.com.cn/s/blog_a55b6e5801010njt.html



 

by 刘迎光@萤火虫工作室 
OpenBI交流群:495266201 
MicroService 微服务交流群:217722918 
mail: liuyg#liuyingguang.cn 
博主首页(==防止爬虫==):http://blog.liuyingguang.cn

windows git    2017-04-28 16:19:44    935

解决办法

  1. 找到项目目录中的隐藏文件夹“.git”
  2. 找到“.git”目录下的config并编辑
  3. 其中url修改为如下模式,保存即可
  1. https://username:password@git.net/username/test.git

by 刘迎光@萤火虫工作室
OpenBI交流群:495266201
MicroService 微服务交流群:217722918
mail: liuyg#liuyingguang.cn
博主首页(==防止爬虫==):http://blog.liuyingguang.cn

atom windows 编辑器 容器    2017-04-28 16:18:07    850

提示

  1. The following file couldn't be moved to the trash.

解决办法:

  1. 安装插件“permanent-delete”
  2. 打开“Settings”
  3. 点击“Open Config Folder”
  4. 找到“keymap.cson”
  5. 在其中添加内容
  1. '.tree-view':
  2. 'delete': 'permanent-delete:delete'
  3. 'shift-delete': 'tree-view:remove'
  1. 保存后,再删除文件,可以看到右键最上方增加了一个选项“Delete permanently”,点击这个就可以删除文件了

参考文章:

https://github.com/atom/tree-view/issues/666
issue中“50Wliu”的回复


by 刘迎光@萤火虫工作室
OpenBI交流群:495266201
MicroService 微服务交流群:217722918
mail: liuyg#liuyingguang.cn
博主首页(==防止爬虫==):http://blog.liuyingguang.cn
OpenBI问答社区:http://openbi.liuyingguang.cn/