码迷,mamicode.com
首页 >  
搜索关键字:__text reloc 8 indir    ( 52606个结果
C#将数据库导出成Excel,再从Excel导入到数据库中。
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.IO;namespace CindyDatabaseP...
分类:数据库   时间:2014-05-09 11:37:48    阅读次数:378
Sublime Text 2
常用功能:安装Package Control:https://sublime.wbond.net/多行选择、多行编辑鼠标选中多行,按下 Ctrl+Shift+L (Command+Shift+L) 即可同时编辑这些行;鼠标选中文本,反复按 CTRL+D (Command+D) 即可继续向下同时选中下...
分类:其他好文   时间:2014-05-08 21:37:03    阅读次数:431
网页乱码解决小心得
出现乱码需要检查的项目:数据库编码、文件本身的字符集、html解析的字符集,如若上述项目编码一致仍然出现乱码,查看一下浏览器的编码,如果和设置的不一样说明上述设置有部分未成功,可以尝试使用header()函数再转化一下。FYI:1. header("Content-type: text/html; ...
分类:Web程序   时间:2014-05-08 21:28:22    阅读次数:331
EF报错调试
当使用EF中context.SaveChanges()的时候会报一串让查看详细信息的错误,这个错误不是真正的报错原因,如果想看真正的原因,要关掉EF的验证,如下:context.Configuration.ValidateOnSaveEnabled = false;后在调用SaveChanges()...
分类:其他好文   时间:2014-05-08 21:27:51    阅读次数:256
C# Copy 文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace DirectoryCopy...
分类:其他好文   时间:2014-05-08 20:30:59    阅读次数:381
C# 访问一个页面,并根据该页面上的a标签递归访问每个页面
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Net;using ...
分类:其他好文   时间:2014-05-08 20:30:34    阅读次数:389
去掉IE下input的叉号
IE10下的Input Text和谷歌下面的 input search 一旦输入内容,会在最右端出现一个叉号,点击后,内容就会自动清空,看似方便,其实有些场景并不需要,需要写代码清除掉。代码如下:input::-webkit-search-cancel-button{display: none;} ...
分类:其他好文   时间:2014-05-08 20:15:33    阅读次数:644
XmlSerialization 序列化与反序列化
using System;using System.Collections;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Task...
分类:其他好文   时间:2014-05-07 19:10:55    阅读次数:387
android text
"@you bang--- go on -------"需要做分享内容,前面有段格式固定写死,同时颜色为灰色;后面的内容可以编辑,颜色为黑色,同时支持多行有人用textview做固定格式,edittext做可编辑部分;如果是单行,感觉还没多大问题,但多行,第二行起始位置就无法控制了。1.字体部分颜色...
分类:移动开发   时间:2014-05-07 17:37:11    阅读次数:493
纯div+css制作的弹出菜单
二级dropdown弹出菜单--A CROSS BROWSER DROP DOWN CASCADING VALIDATING MENUDEMOSDEMOS zero dollars wrapping text styled form active focus s...
分类:Web程序   时间:2014-05-06 13:11:29    阅读次数:493
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!