码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
jquery easyui combobox 从指定位置开始模糊查询
$("#bzr").combobox({ url: "ClassSave.aspx?opt=bzr&bzr=", valueField: "value", textField: "text", mode:...
分类:Web程序   时间:2014-06-25 21:35:25    阅读次数:471
IE浏览器跟火狐浏览器兼容写法(1)
CSS样式表在Firefox和IE下的区别 总结的一些CSS在FF和IE下的区别!可能不完整,以后会陆续补充。 FireFox: div 设置 margin-left, margin-right 为 auto 时已经居中, IE 不行 FireFox: body 设置 text-align 时,.....
分类:其他好文   时间:2014-06-24 22:03:52    阅读次数:230
16 如何使一个文本框只能接受数字
(1) 使用NumericUpDown (2) 处理KeyPress 按钮 (3) 处理Text_Changed 事件 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Li...
分类:其他好文   时间:2014-06-24 21:45:43    阅读次数:173
极简AWR报告收集指导
1.以oracle用户登录oracle数据库,执行如下命令登录数据库: sqlplus / as sysdba 2.运行如下命令: @?/rdbms/admin/awrrpt.sql 3.出现如下信息时,直接回车(默认HTML格式) Would you like an HTML report, or a plain text report? 4.出现如下信息时,直接回车 Enter ...
分类:其他好文   时间:2014-06-24 21:30:53    阅读次数:226
11 在.NET 中如何加密和解密一个字符串
string plainText = "This is plain text that we will encrypt"; string password = "P@$$w0rd"; Console.WriteLine(plainText); Console.WriteLine(); create a ne...
分类:Web程序   时间:2014-06-24 20:35:56    阅读次数:249
sublime text如何安装ctags来定位函数
sublime中函数定位插件安装...
分类:其他好文   时间:2014-06-24 20:20:34    阅读次数:181
一个简单的判断抢购时间是否到达的js函数
原型函数,功能很简单,找到时钟的id,计算数值,到达抢购时间时执行任务。 function nwt() {var str=$('#deal_expiry_timer_e3cdcd2a').text(); var out=str.match(/\d+/g);console.log(out);var h=parseInt(out[0]),m=parseInt(out[1]),s=parseInt(o...
分类:Web程序   时间:2014-06-24 17:56:43    阅读次数:229
Sql server中根据存储过程中的部分信息查找存储过程名称的方法【视图和Function】
1、查询的语句: select a.id,b.name,a.*,b.* from syscomments a join sysobjects b on a.id=b.id where b.xtype='P' and a.text like '%usp_cm%' b.xtype='P'指定在什么类型的范围进行搜索 ‘%usp_cm%’就是你能记得的存储过程中的内容。 2、查找类型: s...
分类:数据库   时间:2014-06-24 17:12:07    阅读次数:256
可编程的文字处理引擎TX Text Control .NET Server for Windows Forms
TXTextControl.NETServerforWindowsForms控件是一个完全可编程的,用于ASP.NET服务器环境与MicrosoftInternetExplorer的文字处理引擎。它的设计理念就是在服务器端集中文字处理过程。具体功能:直接在浏览器中以所见即所得方式编辑文档TXTextControl.NETServer为您提供了一个浏..
分类:Windows程序   时间:2014-06-24 17:06:41    阅读次数:337
grep及正则表达式随笔
grep[acivn][--color=auto]‘查找字符串‘filename-a:将binary文件以text文件的方式查找数据-c:计算找到‘查找字符串‘的次数-i:忽略大小写-v:反向选择-n:将查找结果列出行号--color=auto:查找结果中关键字着色**********grep使用例子**********(1)列出一个目录下目录的名..
分类:其他好文   时间:2014-06-24 16:53:56    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!