笨小孩做开发

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页

2016年10月19日

摘要: <ul class='wraplist' > <li class="open"> <a href="javascript:;"> <i class="fa fa-folder-open"></i> <span class="title">Menu Levels</span> <span class= 阅读全文
posted @ 2016-10-19 14:02 笨小孩做开发 阅读(1243) 评论(0) 推荐(0) 编辑

2016年9月13日

摘要: jQuery方式调用J(function(){ J('#btn1').dialog({ id:'test1', html:'<h3>我是jQuery方式调用的窗口</h3>' });});运行»普通函数方式调用function opdg( id ){ var dg = new J.dialog({ 阅读全文
posted @ 2016-09-13 09:45 笨小孩做开发 阅读(7050) 评论(0) 推荐(1) 编辑

2016年8月18日

摘要: select * from t_answerexams; delete from t_answerexams where selectid = 'c4582502-8b27-44ee-83c5-e5ba46758905'; SET SQL_SAFE_UPDATES = 0; 阅读全文
posted @ 2016-08-18 09:53 笨小孩做开发 阅读(1120) 评论(0) 推荐(0) 编辑

2016年8月17日

摘要: var ID = ""; $('input:radio:checked').each(function (i) { if ($(this).prop("checked")) { // alert($(this).val()); ID += $(this).val() + ", " } }); ale 阅读全文
posted @ 2016-08-17 17:40 笨小孩做开发 阅读(1379) 评论(0) 推荐(0) 编辑

2016年8月5日

摘要: MySQL 的 RowNum 实现 MySQL 下面没有RowNum,排序后序号却无法得到,比较麻烦!在网上找了再三,通过比较,确认了以下的方法是可行的 :SELECT @rownum:=@rownum+1 rownum, CollectSn From(SELECT @rownum:=0,bbgma 阅读全文
posted @ 2016-08-05 08:52 笨小孩做开发 阅读(23160) 评论(0) 推荐(0) 编辑

2016年7月6日

摘要: String sql = Brg.Global.Map.BaseBatis.GetRuntimeSql("select_T_JewelleryProductType", _Model); /// <summary> /// 得到运行时ibatis.net动态生成的SQL /// </summary> 阅读全文
posted @ 2016-07-06 11:24 笨小孩做开发 阅读(255) 评论(0) 推荐(0) 编辑

2016年6月8日

摘要: public class overdue { public int overdueTimes { get; set; } /// <summary> /// 90天以上逾期次数 /// </summary> [JsonProperty(PropertyName = "90overdueTimes") 阅读全文
posted @ 2016-06-08 14:44 笨小孩做开发 阅读(770) 评论(0) 推荐(0) 编辑

2016年6月7日

摘要: using Dscf.Bpl.InformationAuditBpl; using Dscf.Bpl.ProductBpl; using Dscf.Global.CommonAduit; using Dscf.Global.Model; using System; using System.Coll 阅读全文
posted @ 2016-06-07 18:00 笨小孩做开发 阅读(4261) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Text; namespace Common{/// <summary>/// 实现Base64加密解密/// </summary>public sealed class Base64{/// <summary>/// Base64加密/// </ 阅读全文
posted @ 2016-06-07 11:43 笨小孩做开发 阅读(957) 评论(0) 推荐(0) 编辑

2016年6月3日

摘要: C#读写txt文件的两种方法介绍 1.添加命名空间 System.IO; System.Text;2.文件的读取 (1).使用FileStream类进行文件的读取,并将它转换成char数组,然后输出。 byte[] byData = new byte[100]; char[] charData = 阅读全文
posted @ 2016-06-03 10:57 笨小孩做开发 阅读(374) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 32 下一页