码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
购物车数量加减代码
.amount-wrap .icon{ display: inline-block; width: 28px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #cdcd...
分类:其他好文   时间:2015-01-09 10:39:56    阅读次数:205
C#中的ODBC、OLEDB连接
原文:C#中的ODBC、OLEDB连接using System;using System.Collections.Generic;using System.Text;using System.Data.Odbc;using System.Data.OleDb;namespace ODBCTest{ ...
分类:数据库   时间:2015-01-09 10:32:09    阅读次数:164
Yosemite下Sublime Text多列选择(Column Selection)快捷键冲突的问题
SublimeText多列选择(Column Selection)默认的快捷键是Ctrl+shift+up&down,但是与Yosemite的“MissionControl”、“应用程序窗口”的两个快捷键冲突了,最简单的办法就是在“偏好设置”里面关掉这两个快捷键。
分类:其他好文   时间:2015-01-09 10:32:04    阅读次数:244
Eclipse Package Explorer视图无法打开
打开Eclipse后Package Explorer视图无法打开,显示一个红叉,红叉后面的Deatils后,显示下面的内容:java.lang.ArrayIndexOutOfBoundsException: -1 at com.ibm.icu.text.RuleBasedCollator.appen...
分类:系统相关   时间:2015-01-09 10:31:55    阅读次数:250
C# XmlTextWriter和XmlTextReader 读写XML文件
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace Xml { class Program { static void Main(string[] args) {...
分类:Windows程序   时间:2015-01-09 09:18:37    阅读次数:267
T-SQL 常用语句
1. 查看 Table 或者 Column 被那些object(存储过程、函数或View)调用. select a.* from sysobjects a, syscomments b where a.id = b.id and b.text like '%tablename%'
分类:数据库   时间:2015-01-09 00:13:07    阅读次数:226
JS通过ajax动态读取xml文件内容
http://www.sharejs.com/codes/javascript/8178HTML文件代码如下Retrieve data from XML fileStatus:Status text:Response:Get XML data//该代码片段来自于: http://www.sharej...
分类:Web程序   时间:2015-01-09 00:12:02    阅读次数:250
C# 根据字节长度截包含中文的字符串
方法中利用正则表达式判断某个字符是否是中文public string SubStringB(string text,int length){ int target=0; int b=0; for(int i=0;ilength){ target=i; ...
分类:Windows程序   时间:2015-01-08 22:41:27    阅读次数:204
发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Mail;using System.Text;using System.Threading.Tasks;...
分类:其他好文   时间:2015-01-08 22:40:38    阅读次数:244
css3 transform
New Document div{ margin: 30px 0px 80px; width: 200px; height: 50px; font-size: 18px; font-weight: bold; background: none repeat scroll 0% 0% #DEE4EE; color: #305999; text-align: center; line-heigh...
分类:Web程序   时间:2015-01-08 21:39:44    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!