上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 47 下一页
摘要: function one() {var group = document.getElementById("group").value;if(group == ""){alert("分组不能为空"); return false;}var ss = document.getElementById("ss... 阅读全文
posted @ 2014-12-24 15:58 fleam 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 读取数据库,显示数据foreach($s as $ss){echo '同步中 ...';for( $i = 1 ; $i '; echo $ss['people']; echo ""; flush(); ob_flush(); sleep(1);}echo 'End .... 阅读全文
posted @ 2014-12-24 14:20 fleam 阅读(469) 评论(0) 推荐(0) 编辑
摘要: select distinct name from people 阅读全文
posted @ 2014-12-24 12:00 fleam 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-24 10:06 fleam 阅读(353) 评论(0) 推荐(0) 编辑
摘要: Java领域的IM解决方案Java领域的即时通信的解决方案可以考虑openfire+spark+smack。Openfire是基于Jabber协议(XMPP)实现的即时通信服务器端,最新版本是3.8.1可以到http://www.igniterealtime.org/downloads/index.... 阅读全文
posted @ 2014-12-23 21:41 fleam 阅读(6730) 评论(0) 推荐(0) 编辑
摘要: ';for( $i = 0 ; $i '; flush(); ob_flush(); sleep(1);}echo 'End ...';?> 阅读全文
posted @ 2014-12-22 21:32 fleam 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、通过跨库找到他们共同的数据2、用实现过滤或者填充3、利用jump display加正则实现过滤或者填充 阅读全文
posted @ 2014-12-22 20:32 fleam 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 不使用链接的服务器名,而提供特殊的连接信息,并将其作为四部分对象名的一部分本文给出一条 SQL 语句用于展示在同一名服务器上,不同的数据库间查询,注意当前连接用户要对两个库都有权限SQL Server 中 SQL 语句中对象的完整表达式是:[DatabaseServer].[DatabaseName... 阅读全文
posted @ 2014-12-22 20:23 fleam 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: select people from people where CityID =(select CityID from S_City where CityName like '%北京%') and goupId=(select goupId from goup where goupName like... 阅读全文
posted @ 2014-12-22 16:25 fleam 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 写了百来行,越来越蒙。。。好玄主体完成了。。。 阅读全文
posted @ 2014-12-20 14:28 fleam 阅读(128) 评论(0) 推荐(0) 编辑
摘要: alert(1);setTimeout(function(){alert(2);}, 1000);setTimeout(function(){alert(3);}, 2000); 阅读全文
posted @ 2014-12-20 11:32 fleam 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 原因是它只接受url编码后的中文如:%E7%BC%96%E7%A0%81%E5%90%8E%E7%9A%84%E4%B8%AD%E6%96%87会自动转变为:http://127.0.0.1:9090/plugins/userService/userservice?type=update&secre... 阅读全文
posted @ 2014-12-19 11:38 fleam 阅读(175) 评论(0) 推荐(0) 编辑
摘要: z4PstKlN服务器-> 系统属性plugin.userservice.enabled 值为 true增加用户9090/plugins/userService/userservice? type=add&secret=z4PstKlN&username=用户&password=123&name=a... 阅读全文
posted @ 2014-12-18 22:04 fleam 阅读(259) 评论(0) 推荐(0) 编辑
摘要: js获得select的value值把这个值以ajax的方法传给外页php处理php得到这个value值,把它作为查询条件进行处理ajax很神奇,会把这个结果显现出来总之,ajax负责传值和显示php就一个拿到值进行查询的功能 阅读全文
posted @ 2014-12-17 20:56 fleam 阅读(204) 评论(0) 推荐(0) 编辑
摘要: ajax.overrideMimeType("text/xml;charset=GBK"); 阅读全文
posted @ 2014-12-17 18:01 fleam 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 47 下一页