08 2016 档案

摘要:修改编辑器背景色 Settings->Editor->General->Colors&Fonts->General->Text->Default text->Background 修改字体 Settings->Editor->General->Colors&Fonts->Font->Primary 阅读全文
posted @ 2016-08-26 10:31 东百牧码人 阅读(117) 评论(0) 推荐(0)
摘要:在安装genymotion后启动工程报此错误。 解决方案:把其他虚拟机删掉,然后用genymotion新建一个,启动工程OK. 阅读全文
posted @ 2016-08-24 18:38 东百牧码人 阅读(253) 评论(0) 推荐(0)
摘要:1.win+r 输入gpedit.msc 2.选择[用户配置]下的[管理模板]下的[系统]然后双击右侧的[阻止访问注册表编辑工具] 3.选择[已禁用]点击右下角[应用] 阅读全文
posted @ 2016-08-19 14:36 东百牧码人 阅读(657) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.IO; namespace BIMTClas... 阅读全文
posted @ 2016-08-19 14:33 东百牧码人 阅读(148) 评论(0) 推荐(0)
摘要:1 public int ChecNonkWoW64() 2 { 3 4 try 5 { 6 int x64 = 0; 7 string subKey = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Unin... 阅读全文
posted @ 2016-08-17 18:35 东百牧码人 阅读(3349) 评论(0) 推荐(0)