代码改变世界

阅读排行榜

sql语句查询出数据重复,取唯一数据

2016-04-07 13:43 by sihao560, 2279 阅读, 收藏,
摘要: select distinct mr.id,ifnull(mr.pid,0) as pid,mr.name from sys_role_res srr left join main_res mr on mr.id=srr.res_id left join sys_role sr on sr.id=s 阅读全文

ajax get和post请求 后端接收并返回数据

2016-03-22 10:53 by sihao560, 1960 阅读, 收藏,
摘要: get请求$(function(){ //alert("23"); var x = "#page"; var y = "${ctx!}/static/images/"; $.ajax({ cache: true, type: "get", url:"${ctx!}/power", dataType: 阅读全文

省市区镇四级联动表

2016-08-01 17:47 by sihao560, 1583 阅读, 收藏,
摘要: 手里有一份省市区镇四级联动表,有需要的可以QQ:364334016联系我 阅读全文

xshell 语句

2016-11-22 11:22 by sihao560, 1321 阅读, 收藏,
摘要: 使用命令 cd 切换到tomcat的bin目录,如:cd /root/Test_APP_Project_CRM/bin 使用命令 cd 切换到tomcat的bin目录,如:cd /root/Test_APP_Project_CRM/bin 使用命令 【 ./startup.sh 】启动tomcat服 阅读全文

清除div中内容

2016-06-13 14:57 by sihao560, 1111 阅读, 收藏,
摘要: $.ajax({ url: "SearchSN.aspx", data: "SN=" + $("#txtStorageSN").val(), cache: false, success: function (html) { $("#showResult").empty(); $("#showResu 阅读全文
上一页 1 2 3 4 5 6 ··· 10 下一页