08 2014 档案

摘要:[ { "keys": ["ctrl+alt+f"], "command": "alignment" }] 阅读全文
posted @ 2014-08-27 16:55 kedarui 阅读(4320) 评论(0) 推荐(0)
摘要:1、单击开始->运行,输入gpedit.msc,打开组策略编辑器,找到计算机配置 ->管理模版 -> Windows组件 ->终端服务.把限制连接数量的属性修改成我们需要的数字。确定我的电脑—属性那里,允许用户远程连接到此计算机的那个勾已经选上 ,并且把我们需要远程桌面登陆的用户也选上。阳2.、单击... 阅读全文
posted @ 2014-08-26 14:31 kedarui 阅读(300) 评论(0) 推荐(0)
摘要:--Description: 字符处理 --使用: 放到查询分析器里执行就可以了 --示例: select * from dbo.splitstr('12 44 45 50 56 87',' ') order by F1 asc --ALTER function split... 阅读全文
posted @ 2014-08-25 14:34 kedarui 阅读(134) 评论(0) 推荐(0)
摘要:1、修改title Power by discuz!位置:template/default/common --->header_common.htm2、discuz.htm 文件路径(修改首页链接,即去掉forum.php)位置:template/default/forum --->discuz... 阅读全文
posted @ 2014-08-22 23:54 kedarui 阅读(167) 评论(0) 推荐(0)
摘要:GridVew1_RowDataBindGridView1.DataKeys[e.Row.RowIndex].Values[5].ToString(); foreach (GridViewRow t in GridView2.Rows) ... 阅读全文
posted @ 2014-08-22 16:59 kedarui 阅读(215) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-08-21 13:59 kedarui 阅读(336) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-08-21 09:22 kedarui 阅读(128) 评论(0) 推荐(0)
摘要:$value = $_POST["value"];//取得post中的 $value=$_REQUEST["value"];//取得get或者post中的参数(哪个有就取得哪个) $value=$_GET["value"];//取得get中的参数 阅读全文
posted @ 2014-08-17 20:45 kedarui 阅读(4962) 评论(0) 推荐(1)
摘要:trans_result; return $text[0]->dst;}function language_text($url) #获取目标URL所打印的内容{ if(!function_exists('file_get_contents')) { $file_contents = fil... 阅读全文
posted @ 2014-08-17 20:26 kedarui 阅读(255) 评论(0) 推荐(0)
摘要:exec sp_addlinkedserver 'abc', '', 'SQLOLEDB', '192.168.49.34' exec sp_addlinkedsrvlogin 'abc', 'false',null, 'CentermUA', '123'go--查询select * from... 阅读全文
posted @ 2014-08-14 19:00 kedarui 阅读(1166) 评论(0) 推荐(0)
摘要:meta:vp 响应式meta:compat 最新ie引擎解析网格768 col-sm-*992> col-md-*1200> col-lg-* 阅读全文
posted @ 2014-08-10 21:02 kedarui 阅读(118) 评论(0) 推荐(0)
摘要:自动安装:1、通过快捷键 ctrl+` 或者 View > Show Console 菜单打开控制台2、粘贴对应版本的代码后回车安装适用于 Sublime Text 3:import urllib.request,os;pf='Package Control.sublime-package';ipp... 阅读全文
posted @ 2014-08-10 20:21 kedarui 阅读(191) 评论(0) 推荐(0)
摘要:1、CheckBox模板选择事件 //多选业务员事件 protected void cbSelect_CheckedChanged(object sender, EventArgs e) { string pNames=lblPersonNames.T... 阅读全文
posted @ 2014-08-06 15:54 kedarui 阅读(145) 评论(0) 推荐(0)