摘要: 1.autoNumeric 自动千分位格式化2.bestUpper 转换大写3.ComboSelect双列表框增减4.In-field Input Label自动插入占位符5.JQF1 JQuery FormOne Form styling 表单元素插件6.jQuery Form Wizard7.uery Chosen Plugin8.JQUERY PLUGIN: CLEARFIELD 文本框空值时的显示9.poshytip10.jExpand 扩展表格var settings = $.extend({}, defaults, options);执行这段代码,将合并defaults和optio 阅读全文
posted @ 2012-09-24 23:12 tinaleft 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: def resp = httpRequest acceptType: 'APPLICATION_JSON', consoleLogResponseBody: true, timeout: 60, contentType: 'APPLICATION_JSON', httpMode: 'POST', r 阅读全文
posted @ 2020-12-25 17:25 tinaleft 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Win + X Win + Space Powershell: telnet: Test-connection Ctrl+Delete Ctrl+Backspace 阅读全文
posted @ 2020-11-22 11:13 tinaleft 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 1 from bs4 import BeautifulSoup 2 3 str_table = """<table><tr><td>456</td><td>123</td></tr><tr><td>123</td><td>456</td></tr><tr><td>123</td><td>456</t 阅读全文
posted @ 2020-11-17 21:12 tinaleft 阅读(798) 评论(0) 推荐(0) 编辑
摘要: import os import subprocess import errno import time import sys PIPE = subprocess.PIPE if subprocess.mswindows: from win32file import ReadFile, WriteF 阅读全文
posted @ 2020-08-02 20:35 tinaleft 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Nov 17 15:12:45 localhost haproxy[11628]: 123.4.5.6:14566 [17/Nov/2016:15:12:45.373] http servers/srv3 64/0/1/21/86 200 289 - - 72/72/0/1/0 0/0 "url" 阅读全文
posted @ 2016-11-17 15:11 tinaleft 阅读(190) 评论(0) 推荐(0) 编辑
摘要: grep --include='*.xml' -i, --ignore-case 不区分大小写 -L, --files-without-match 显示不匹配的文件名 -n, --line-number 显示的加上匹配所在的行号 cat /etc/passwd | grep -E '^(patrol 阅读全文
posted @ 2016-11-10 14:46 tinaleft 阅读(134) 评论(0) 推荐(0) 编辑
摘要: A机可免密码访问B机:A机执行:ssh-keygen 一路回车ssh-copy-id -i ~/.ssh/id_rsa.pub B机用户@B机IP ssh@B机IP即可免密码访问B机 阅读全文
posted @ 2016-11-09 17:05 tinaleft 阅读(163) 评论(0) 推荐(0) 编辑
摘要: rsync -avz -e ssh /home/local/filename remote@192.168.0.120:/home/remote/dst_dir 需要设置ssh免密钥登录远程主机 阅读全文
posted @ 2016-11-09 17:04 tinaleft 阅读(591) 评论(0) 推荐(0) 编辑
摘要: ctrl+shift+L打开快捷键清单alt+shift+向上箭头 选中HTML当前所在位置的整个标签ctrl+shift+u 展示某一个变量在代码中的所有位置alt+shift+b 展示你的代码结构 阅读全文
posted @ 2015-08-18 09:27 tinaleft 阅读(106) 评论(0) 推荐(0) 编辑
摘要: LogParser LogParserLizard由微软提供的免费的日志分析工具,后者是这个GUI工具MemProfiler内存占用分析工具。Snippet CompilerLINQPaddbForge Data CompareSQL Data CompareVisual Studio Databa... 阅读全文
posted @ 2015-08-16 14:22 tinaleft 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Snippet Designer 代码段设计工具Collapse Selection In Solution Explorer 一键折叠解决方案管理器中所有展开的节点Javascript Parser JS函数的树状列表Web EssentialsProductivity Power Tools6.T4模板编辑tangible T4 Editor plus modelling tools7.EF - 数据库 反向工具Entity Framework Power Tools 阅读全文
posted @ 2013-08-05 20:22 tinaleft 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1. 阅读全文
posted @ 2013-06-10 14:27 tinaleft 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.delegate lamba 重写的方法 1 /// 2 /// Encapsulate shared functionality 3 /// 4 /// User defined action 5 void UniqueWrapper(Action action) 6 { 7 DoThingsA(); 8 action(); 9 DoThingsB();10 }11 /// 12 /// New implmentation of A13 /// 14 void NewA()15 {16 UniqueWrapper(() =>17 {18 ... 阅读全文
posted @ 2013-05-25 15:19 tinaleft 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1. 判断存储过程是否存在if exists(select 1 from sysobjects where id=object_id('所有者.存储过程名') and xtype='P')IF EXISTS(SELECT 1 FROM sys.procedures WHERE name='deletefile')2.查找视图是否存在IF EXISTS(SELECT 1 FROM sys.views WHERE name='Schools')2.sp_executesql 用法DECLARE @tbname nvarchar(20) 阅读全文
posted @ 2013-05-20 18:48 tinaleft 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.下面是我获取实体集合的方法 , public IList<Model.Employee> GetList(int pageindex, string name, out int recCount) { var parameters = new { EmpName = name, PageIndex = 1, PageSize = 15, TotalRecords = 0 }; ... 阅读全文
posted @ 2013-02-17 22:27 tinaleft 阅读(279) 评论(1) 推荐(0) 编辑
摘要: 1. 如果自动滚动到页面中的某区域jQuery.fn.autoscroll = function(selector) { $('html,body').animate( {scrollTop: $(selector).offset().top}, 500 }; } //然后像这样来滚动到你希望去到的class/area上。 $('.area_name').autoscroll(); 2. Until<ul> <li>苹果</li> <li>香蕉</li> <li>葡萄</li> 阅读全文
posted @ 2013-02-10 13:31 tinaleft 阅读(149) 评论(0) 推荐(0) 编辑
摘要: queryPage.aspx:private void btnEnter_Click(object sender, System.EventArgs e){ Server.Transfer("ResultPage.aspx");}ResultPage.aspx:public class ResultPage : System.Web.UI.Page{ private void Page_Load(object sender, System.EventArgs e) { //转换一下即可获得前一页面中输入的数据 QueryPage queryPage = ( QueryPag 阅读全文
posted @ 2013-02-09 20:41 tinaleft 阅读(367) 评论(0) 推荐(0) 编辑
摘要: Global.asax代码: void Application_Error(object sender, EventArgs e) { // 在出现未处理的错误时运行的代码 Exception objErr = Server.GetLastError().GetBaseException(); string error = string.Empty; string errortime = string.Empty; string erroraddr = string.Empty; string errorinfo = string.Empty; string errorsource = str 阅读全文
posted @ 2013-02-09 19:13 tinaleft 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 图片防盗链 3 /// </summary> 4 public class ImgHandler : IHttpHandler 5 { 6 const string errImg = "/Content/daolian.jpg"; 7 public void ProcessRequest(HttpContext context) 8 { 9 // 获取文件服务器端物理路径10 string FileNam... 阅读全文
posted @ 2013-02-09 17:10 tinaleft 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1 <script language="javascript" type="text/javascript"> 2 $(function () { 3 var guid = '<%=Request["guid"] %>'; 4 var type = '<%=Request["type"] %>'; 5 if (guid == null || guid == "") { 6 guid = newGuid(); 7 } 8 if . 阅读全文
posted @ 2013-02-08 14:17 tinaleft 阅读(354) 评论(0) 推荐(0) 编辑