上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: 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 萌橙 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1.当不知道起什么名字:http://unbug.github.io/codelf/#account 例如表明,文件夹名等 2.文档api工具:https://editor.swagger.io/ 阅读全文
posted @ 2018-09-25 11:40 萌橙 阅读(146) 评论(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 萌橙 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 原table2excel代码 /* * 采用jquery模板插件——jQuery Boilerplate * * Made by QuJun * 2017/01/10 */ //table2excel.js ; (function ($, window, document, undefined) { 阅读全文
posted @ 2018-08-29 15:53 萌橙 阅读(10772) 评论(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 萌橙 阅读(1122) 评论(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 萌橙 阅读(1429) 评论(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 萌橙 阅读(157) 评论(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 萌橙 阅读(164) 评论(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 萌橙 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Android页面布局 1.Android页面布局一共分为6种: LinearLayout(线性布局)、RelativeLayout(相对布局)、TableLayout(表格布局)、FrameLayout(帧布局)、GridLayout(网格布局)、AbsoluteLayout(绝对布局) 常用的为 阅读全文
posted @ 2018-05-25 11:16 萌橙 阅读(4316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页