上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页
摘要: SqlHelper.php代码如下:mysqli=new MySQLi(self::$host,self::$user,self::$pwd,self::$db); if($this->mysqli->connect_error){ die("连接数据库失败! "... 阅读全文
posted @ 2016-01-08 13:18 calochCN 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 63 || strlen($aDomain[0]) = 0x80) { if ((ord($sInBuf{$i}) >= 0x81 && ord($sInBuf{$i}) = 0x40 && ord($sInBuf{$i + 1}) 0x7E && ord($sIn... 阅读全文
posted @ 2016-01-08 13:13 calochCN 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Android ToolsAndroid SDK在线更新镜像服务器中国科学院开源协会镜像站地址:IPV4/IPV6: http://mirrors.opencas.cn 端口:80IPV4/IPV6: http://mirrors.opencas.org 端口:80IPV4/IPV6: http:/... 阅读全文
posted @ 2016-01-07 23:02 calochCN 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 1, Android Support V4, V7, V13是什么? 本质上就是三个java library。 2, 为什么要有support库? 如果在低版本Android平台上开发一个应用程序,而应用程序又想使用高版本才拥有的功能,就需要使用Support库。 3... 阅读全文
posted @ 2016-01-07 22:48 calochCN 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1. 参数赋值set a=bigfee2. 引用某变量的值使用 %变量名% 的形式就可以使用了,如我们要返回变量a的值只要输入echo %a%3. 在界面输入参数:set /p var=请输入用户名: //使用set进行设置变量,并使用/p参数让命令暂停运行,提供用户在cmd窗口输入变量的机会4. ... 阅读全文
posted @ 2016-01-07 15:33 calochCN 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Windows PowerShell Exit CodesPSMDTAG:FAQ: How can my script control the PowerShell exit code?Answers:A normal termination will set the exitcode to 0An... 阅读全文
posted @ 2016-01-06 13:41 calochCN 阅读(778) 评论(0) 推荐(0) 编辑
摘要: The Windows PowerShell remoting features are supported by the WS-Management protocol and the Windows Remote Management (WinRM) service that implements... 阅读全文
posted @ 2016-01-06 12:16 calochCN 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Powershell Remoting建立在windows WinRM服务之上,可以一对一或一对多远程控制,也可以建立HTTP 或 HTTPS的“listeners”,使用WS-MAM协议接收远程传递的命令。Windows 远程管理(WinRM)是 WS-Management 协议的 Microso... 阅读全文
posted @ 2016-01-06 12:02 calochCN 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 1.单例:Singleton, DirectedAssociation 自调用,自己依赖自己生成自己类型的实例Instance 2.观察者:Observer 角色:主题,观察者,抽象主题,抽象观察者 3. 模板方法:Template method 角色:父类,子类 父类提供定义,子类负责实现 4.组 阅读全文
posted @ 2016-01-05 23:14 calochCN 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 大部分: 静态图部分,即静态不动的图 1.用例图, Use case diagram 1.展示系统核心功能及与其交互的用户ACTOR 表示:椭圆 sample1.sample2. 2.标准 使用staruml工具,使用DirectedAssociciation, 点击 export diagram, 阅读全文
posted @ 2016-01-05 22:46 calochCN 阅读(5536) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页