host = $host; $this->username = $username; $this->password = $password; $this->dbname = $dbname; } public function open() ...
分类:
数据库 时间:
2014-07-07 12:13:05
阅读次数:
178
之前遇到的第一个问题是,使用php生成文字验证码时,总提示:Warning: imagettftext(): Could not find/open font in /var/www/html/touming.php on line 11或者The image "http://localhost/i...
分类:
Web程序 时间:
2014-07-07 10:49:21
阅读次数:
206
1、OSI(Open System Interconnect):开放系统互联,是一个七层的计算机网络模型,分别为:物理层、数据链路层、网络层、传输层、会话层、表示层和应用层。TCP/IP(Transmission Control Protocol/Internet Protocol):传输控制协议/...
分类:
其他好文 时间:
2014-07-07 09:44:42
阅读次数:
221
//主窗体//与open的区别:1、参数二是传递的参数 2、属性设置格式:属性=属性值; 3、dialogHeight与dialogWidth没有单位,即需要自己加上px//window.showModalDialog//("modalDialog.html",window,"dialogHeigh...
微软近期Open的职位:SDE2 (Windows - Power)Windows Partner Enablement team in Operating System Group is looking for a Software Development Engineer (SDE) in Sh...
分类:
其他好文 时间:
2014-07-02 14:23:03
阅读次数:
210
当 Adobe、Microsoft、Sun 等一系列巨头开始表现出对”开源”的青睐时,”开源”的时代即将到来!现今存在的开源协议很多,而经过 Open Source Initiative 组织通过批准的开源协议目前有 58 种(http://www.opensource.org/licenses/a...
分类:
其他好文 时间:
2014-07-02 14:06:56
阅读次数:
208
1.错误提示:
03-31 16:48:43.740: INFO/ActivityManager(59): Start proc com.android.packageinstaller for activity com.android.packageinstaller/.PackageInstallerActivity: pid=620 uid=10026 gids={}
03-31 16:4...
分类:
移动开发 时间:
2014-07-02 11:13:56
阅读次数:
844
一、EasyUI$的window('open')在IE8下兼容性问题 今天在公司使用EasyUI的$('#win').window('open');方法打开一个window窗体时发现EaysUI的脚本在IE8下执行时出现不兼容的情况HTML代码如下: 1 批量导入用户 2 3 6 ...
分类:
Web程序 时间:
2014-07-02 10:38:14
阅读次数:
334
//主窗体//F:/2.html页面function show(){//获得主窗体对象中的id为txt的控件value,并且为其赋值window.opener.document.getElementById("txt").value= document.getElementById("text")....
分类:
其他好文 时间:
2014-07-02 10:00:06
阅读次数:
160
当一个project刚从git server端clone下来并open后,也许你会发现在Android Studio的右下角看不到当前是哪个branch的信息,如下图:
原因分析:不显示的原因是因为你当前的Android Studio默认版本控制工具不是Git,只要设置成Git就可以了,设置的具体方式在这边篇文章中已经讲了Android
Studio右键选项中没有Git?
设置完成...
分类:
移动开发 时间:
2014-07-02 08:04:22
阅读次数:
284