会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小泉哥
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
下一页
2017年11月28日
mysql自增id的下一个值
摘要: SELECT AUTO_INCREMENT FROM information_schema.tables WHERE table_name='nst_t_department' AND table_schema="pcms_sykj"
阅读全文
posted @ 2017-11-28 14:38 小泉哥
阅读(1666)
评论(0)
推荐(0)
2017年11月23日
客户端xml
摘要: package lct.conference.common; import java.io.IOException;import java.io.PrintWriter;import java.net.MalformedURLException;import java.util.Hashtable;
阅读全文
posted @ 2017-11-23 12:12 小泉哥
阅读(213)
评论(0)
推荐(0)
2017年11月17日
window.open全屏显示
摘要: 将window.open(url,'','height=600,width=910,top=0,left=0,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no'); 改成window.open(url,'
阅读全文
posted @ 2017-11-17 18:14 小泉哥
阅读(1785)
评论(0)
推荐(0)
2017年11月2日
js关闭当前页面
摘要: window.opener=null; window.open('','_self'); window.close();
阅读全文
posted @ 2017-11-02 15:07 小泉哥
阅读(312)
评论(0)
推荐(0)
2017年10月22日
sublime text 3 3126注册码
摘要: —– BEGIN LICENSE —– Michael Barnes Single User License EA7E-821385 8A353C41 872A0D5C DF9B2950 AFF6F667 C458EA6D 8EA3C286 98D1D650 131A97AB AA919AEC EF
阅读全文
posted @ 2017-10-22 15:02 小泉哥
阅读(533)
评论(0)
推荐(0)
关闭tomcat8080端口
摘要: netstat -ano | findstr 8080taskkill /F /PID 1234
阅读全文
posted @ 2017-10-22 14:21 小泉哥
阅读(475)
评论(0)
推荐(0)
2017年10月13日
给json数组添加新字段并赋值
摘要: zNodes.forEach(function(item) { item.newtitle ="点击加号设为主席会场"; });
阅读全文
posted @ 2017-10-13 16:22 小泉哥
阅读(4385)
评论(0)
推荐(0)
怎么把json数据alert
摘要: alert(JSON.stringify(xxxxxxxxxxxx));
阅读全文
posted @ 2017-10-13 14:50 小泉哥
阅读(3783)
评论(0)
推荐(1)
2017年10月9日
js里url里有特殊字符(如&)情况,后台request.getParameter("url")里&变成&
摘要: js:encodeURIComponent(url) //用encodeURIComponent转码 java后台:用java.net.URLDecoder.decode((request.getParameter("url").trim()),"UTF-8");//解码
阅读全文
posted @ 2017-10-09 15:06 小泉哥
阅读(704)
评论(0)
推荐(0)
request.getParameter乱码
摘要: String str= new String(request.getParameter("xxxx").getBytes("ISO-8859-1"),"utf-8");
阅读全文
posted @ 2017-10-09 11:42 小泉哥
阅读(151)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
下一页
公告