上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: 原文链接http://blog.csdn.net/star_monkey/article/details/51900649 /* _ooOoo_ o8888888o 88" . "88 (| -_- |) O\ = /O ____/` '\____ .' \\| |// `. / \\||| : | 阅读全文
posted @ 2018-10-12 15:09 萌橙 阅读(1008) 评论(1) 推荐(0)
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Collections.Specialized;using System.Data;using System.Globalizati 阅读全文
posted @ 2018-10-11 13:53 萌橙 阅读(323) 评论(0) 推荐(0)
摘要: 1.当不知道起什么名字:http://unbug.github.io/codelf/#account 例如表明,文件夹名等 2.文档api工具:https://editor.swagger.io/ 阅读全文
posted @ 2018-09-25 11:40 萌橙 阅读(157) 评论(0) 推荐(0)
摘要: select gh ,xm , max(A.bz) as bz , max(A.jcz) as jcz , max(A.dl) as dl , max(A.czzx) as czzx , max(A.jt) as jt , max(A.dt) as dt , max(A.jl) as jl , ma 阅读全文
posted @ 2018-09-19 15:44 萌橙 阅读(182) 评论(0) 推荐(0)
摘要: 原table2excel代码 /* * 采用jquery模板插件——jQuery Boilerplate * * Made by QuJun * 2017/01/10 */ //table2excel.js ; (function ($, window, document, undefined) { 阅读全文
posted @ 2018-08-29 15:53 萌橙 阅读(11077) 评论(1) 推荐(1)
摘要: /*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery.min.map */(function(e,t){var n,r,i=typeof 阅读全文
posted @ 2018-08-29 11:23 萌橙 阅读(1162) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2018-08-17 11:47 萌橙 阅读(1445) 评论(0) 推荐(0)
摘要: 前端代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>WebSockets客户端示例</title> </head> <script> var webSocket; function connect() { try { 阅读全文
posted @ 2018-07-19 14:45 萌橙 阅读(168) 评论(0) 推荐(0)
摘要: (function ($, window, document, undefined) { "use strict"; var defaults = { pageIndex: 0, pageSize: 6, itemCount: 50, maxButtonCount: 7, prevText: "上一 阅读全文
posted @ 2018-07-16 14:57 萌橙 阅读(171) 评论(0) 推荐(0)
摘要: WITH Tree(DEPTCODE, PARENTCODE,DEPTNAME,DEPT_TYPE_CODE,DEPT_TYPE_NAME) AS (SELECT DEPTCODE ,PARENTCODE,DEPTNAME,DEPT_TYPE_CODE,DEPT_TYPE_NAME FROM TB_ 阅读全文
posted @ 2018-07-16 10:05 萌橙 阅读(347) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页