上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页
摘要: http://www.xsmhero.com/post/9.html 阅读全文
posted @ 2013-05-30 16:49 小さいです哥 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://www.xsmhero.com/post/jQuery%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%97%A5%E6%9C%9F.html 阅读全文
posted @ 2013-05-30 10:19 小さいです哥 阅读(791) 评论(0) 推荐(0) 编辑
摘要: listView 下拉动态加载数据 阅读全文
posted @ 2013-05-21 14:40 小さいです哥 阅读(159) 评论(0) 推荐(0) 编辑
摘要: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { new AlertDialog.Builder(this) .setIcon(android.R.drawable.ic_menu_info_details) .setTitle("退出程序") .setMessage("是否要退出... 阅读全文
posted @ 2013-05-06 14:43 小さいです哥 阅读(160) 评论(0) 推荐(0) 编辑
摘要: FileInfo fileInfo = new FileInfo(downLoadFile); Response.Clear(); Response.ClearContent(); Response.ClearHeaders(); Response.AddHeader("Content-Disposition", "attachment;filename=" + Path.GetFileName(downLoadFile)); Response.... 阅读全文
posted @ 2013-04-25 09:23 小さいです哥 阅读(137) 评论(0) 推荐(0) 编辑
摘要: <!-- JiaThis Button BEGIN --><a class="jiathis_button_tsina">新浪微博</a><script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script><!-- JiaThis Button END --> 阅读全文
posted @ 2013-04-24 13:26 小さいです哥 阅读(187) 评论(0) 推荐(0) 编辑
摘要: function ExportExcel(tableid) { var curTbl = document.getElementById(tableid); var oXL = new ActiveXObject("Excel.Application"); var oWB = oXL.Workbooks.Add(); var oSheet = oWB.ActiveSheet; var sel = document.body.createTextRange(); sel.moveToElementText(curTbl); sel.select(); ... 阅读全文
posted @ 2013-04-09 10:01 小さいです哥 阅读(306) 评论(0) 推荐(0) 编辑
摘要: DELIMITER $DROP PROCEDURE IF EXISTS sp_sUserLogin$CREATE PROCEDURE `sp_sUserLogin`(userid varchar(72))begin declare stmt varchar(2000); set @sqlstr=concat("SELECT UserID,UserFullNM from tbUser where CurrentUserFlg =1 and UserID='",userid,"'"); prepare stmt from @sqlstr; e 阅读全文
posted @ 2013-04-08 13:35 小さいです哥 阅读(2473) 评论(0) 推荐(0) 编辑
摘要: 反射 阅读全文
posted @ 2013-04-02 15:27 小さいです哥 阅读(356) 评论(0) 推荐(0) 编辑
摘要: WS_TJ.vbsd = DateAdd("n", -6, Now())strDate = Right(""&(100+Year(d)),2) & Right(""&(100+Month(d)),2) & Right(""&(100+Day(d)),2)'strHr = Hour(time())'strMin = Minute(time())'starttime = timeserial(strHr, strMin - 10, 0)'endti 阅读全文
posted @ 2013-03-01 09:01 小さいです哥 阅读(458) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 28 下一页