码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
航班查询接口文档
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Net.Security;usingSystem.Security.Cryptography.X509Certifica...
分类:其他好文   时间:2014-10-20 13:08:15    阅读次数:391
easyui-combobox 动态加载本地数据
//以年份为例$(function() { var date = new Date(); var year = date.getFullYear(); var yearArr = []; var newY = "{'text':'" + year + "','id':'" + year ...
分类:其他好文   时间:2014-10-20 13:01:14    阅读次数:613
BPDU与PortFast
启用了BPDU Guard特性的端口在收到BPDU的时候会使端口进入err-disable状态,从而避免桥接环路。一般BPDU Guard是和PortFast结合使用,在端口上启用了PortFast之后,如果没有启用BPDU Guard,那么端口收到BPDU的时候,STP会让端口进入blocking...
分类:其他好文   时间:2014-10-20 11:36:11    阅读次数:161
c#中Hashtable方法返回值的探索
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace ConApp{ class Student { ...
分类:Windows程序   时间:2014-10-20 11:19:25    阅读次数:237
TMapTextfile v.99/1
ByHellinger Software.Class to handle text files as memory mapped files.Including efficient methodes for access like sequentiell reador random access r...
分类:其他好文   时间:2014-10-20 09:58:03    阅读次数:251
python 虎口里拔牙 括号中取东西
怎么获取 [ ]中的字符串或者数字http://stackoverflow.com/questions/4894069/python-regex-help-return-text-between-parenthesis例程:[[ 1.1916991]][[ 0.87677399]][[ 0.6911...
分类:编程语言   时间:2014-10-20 09:53:45    阅读次数:221
C#钩子类 几乎捕获键盘鼠标所有事件
usingSystem;usingSystem.Text;usingSystem.Runtime.InteropServices;usingSystem.Reflection;usingSystem.Windows.Forms;namespaceMouseKeyboardLibrary{//////...
分类:Windows程序   时间:2014-10-20 09:49:43    阅读次数:283
javascript学习--innerHTML
<!DOCTYPEhtml><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title><styletype="text/css">#divQQ{width:500px;height:350px;border:2pxdotted#00..
分类:编程语言   时间:2014-10-20 02:13:56    阅读次数:228
关于ASP.NET的“Forms身份验证”
目录结构如图如示:如果用户没有通过身份验证则跳转到登录页面让用户登录,在配置文件的结点下添加如下代码: 登录的后台代码为(在这里用户名和密码都设置为admin,chkPWD:是否记住密码):首先导入命名空间:usingSystem.Web.Security;if(TextBox1.Text==".....
分类:Web程序   时间:2014-10-20 00:41:51    阅读次数:232
Intellij Idea/Webstorm/Phpstorm 的高效快捷键
1. shift + F6可以理解为F2的豪华重量版,不但可以重命名文件名,而且可以命名函数名,函数名可以搜索引用的文件,还可以重命名局部变量。还可以重命名标签名。在sublime text中有个类似的快捷键:ctrl+shift+d。1. search in comments and string...
分类:Web程序   时间:2014-10-20 00:37:04    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!