上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页
摘要: 注:当有虚拟网卡时会获取到多个ip地址。 阅读全文
posted @ 2016-09-06 11:13 东百牧码人 阅读(824) 评论(0) 推荐(0)
摘要: 修改编辑器背景色 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 东百牧码人 阅读(3348) 评论(0) 推荐(0)
摘要: 本次测试的邮箱为163邮箱 1、首相对邮箱进行一些设置(详见下图);打开设置选取客户端授权密码项,开启设置;以后在客户端登录时将使用刚刚设置的密码! 2、上干货 阅读全文
posted @ 2016-07-14 11:05 东百牧码人 阅读(296) 评论(0) 推荐(0)
摘要: 1 PublicVar.m_WordApp.Selection.ParagraphFormat.CharacterUnitFirstLineIndent = 0; 2 PublicVar.m_WordApp.Selection.ParagraphFormat.FirstLineIndent = 0; 阅读全文
posted @ 2016-07-01 16:43 东百牧码人 阅读(1200) 评论(0) 推荐(0)
摘要: Paragraph 对象'代表所选内容、范围或文档中的一个段落。Paragraph 对象是 Paragraphs 集合的一个成员。Paragraphs 集合包含所选内容、范围或文档中的所有段落。 方法 CloseUp'清除指定段落前的任何间距。 Indent'为一个或多个段落增加一个级别的缩进。 I 阅读全文
posted @ 2016-07-01 14:28 东百牧码人 阅读(980) 评论(0) 推荐(0)
摘要: 1.这里是触发一个比较耗时的操作,比如一次大数据量的查询; 2.开始处理数据 3.数据返回,对UI界面进行更新 阅读全文
posted @ 2016-07-01 11:50 东百牧码人 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页