在使用bootstrap和easyui的时候,发现很多有冲突的地方,包括datagrid控件和combo等,以下进行的问题修正,保证easyui正常显示/*bootstrap兼容问题和easyui的bug*/.panel-header, .panel-body {border-width: 0px;...
分类:
其他好文 时间:
2014-06-29 00:56:54
阅读次数:
321
转载http://justcoding.iteye.com/blog/601117///定义编码header( 'Content-Type:text/html;charset=utf-8 ');//Atomheader('Content-type: application/atom+xml');//...
分类:
Web程序 时间:
2014-06-29 00:36:37
阅读次数:
320
MinGW - Minimalist GNU For WindowsMingw32是 GNU 計畫工具的集合,包含了大量的標頭檔(header files)、函式庫與指 令程式。目的在提供免費的工具以生產製作可於 Winodws 上直接執行而無須依賴輔助函式 庫的原生程式(Native Window...
监控server端的安装部署一、apache的安装下载httpd-2.2.15.tar.gz gunzip httpd-2.2.15.tar.gztar xvf httpd-2.2.15.tarcd httpd-2.2.15./configure --prefix=/usr/local/apache...
分类:
移动开发 时间:
2014-06-21 07:24:13
阅读次数:
319
linux下安装最新版subversion,代码:
[root@localhost subversion-1.8.9]#
./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apr --with-apr-util=/us...
分类:
系统相关 时间:
2014-06-18 12:19:21
阅读次数:
275
题目
Write a function to find the longest common prefix string amongst an array of strings.
方法
从第一个字符开始,判断是否相同。
public String longestCommonPrefix(String[] strs) {
if (strs ...
分类:
其他好文 时间:
2014-06-18 11:18:30
阅读次数:
205
客户端/服务器的发布消息行为,与PUBLISH相关的消息类型:PUBLISH客户端发布消息经由服务器分发到所有对应的订阅者那里。一个订阅者可以订阅若干个主题(Topic name),但一个PUBLISH消息只能拥有一个主题。消息架构一览:Description76543210Fixed header...
分类:
其他好文 时间:
2014-06-18 09:54:06
阅读次数:
397
软件运行越来越慢,突然在想,是不是因为NSLog,太多的原因。因为自己总是喜欢用NSLog打印出变量,然后,在进行调试程序,找Bug.网上查找资料,果然,和这个还是有点关系的。直接上代码,使其在release下不输出NSLog打印的内容,debug下才输出。要注意,这部分代码是要写在prefix.p...
分类:
其他好文 时间:
2014-06-18 08:58:38
阅读次数:
208
Write a function to find the longest common prefix string amongst an array of strings.题解: 寻找一组字符串的最长公共前缀。最简单的方法,用一个字符串记录当前最长的公共前缀,然后依次比较。时间复杂度: O(N). ...
分类:
其他好文 时间:
2014-06-18 00:03:08
阅读次数:
274
我这里用到的nginx为最新版的nginx所以我使用了最新的插件nginx_upstream_check_module-master.zipcdnginx-1.7.1patch-p1</tmp/nginx_upstream_check_module-master/check_1.5.12+.patchnginx-V./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-h..
分类:
其他好文 时间:
2014-06-17 17:17:22
阅读次数:
337