码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
简单工厂模式小例子 写的测试过了
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 笔记本品牌简单工.....
分类:其他好文   时间:2015-01-07 22:05:25    阅读次数:156
sqlhelper(带sqlbulkcopy批量插入)
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data;usingSystem.Data.SqlClient;namespaceDataController{stat...
分类:数据库   时间:2015-01-07 22:01:20    阅读次数:177
MySQL中的数据类型
文本CHAR(*):最多255个字节的定长字符串,它的长度必须在创建时指定VARCHAR(*):最多255个字节的可变长度字符串,它的长度必须在创建时指定TEXT:最大长度为64K字符的变长文本TINYTEXT:最大长度为255字符的变长文本MEDUIMTEXT:最大长度为16K字符的变长文本LON...
分类:数据库   时间:2015-01-07 21:57:54    阅读次数:166
MyMathLib系列(线性空间)
线性空间的算法不是特别多,这里是代码:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyMathLib { /// /// 线性空间 /// public class LinearSpace { ...
分类:其他好文   时间:2015-01-07 20:50:56    阅读次数:114
自学篇之--js 提取复选框和单选框的值 和纯css的3D按钮
<html> <head> <meta charset="utf-8" content="text/htnl"> <title>button</title> <style type="text/css"> a.button{ position:relative; width: 80px; height: 50px; background-color: red; display: block;...
分类:Web程序   时间:2015-01-07 19:20:13    阅读次数:213
js 判读是iPhone还是Android
<scriptstyle="text/javascript">varbrowser={versions:function(){varu=navigator.userAgent,app=navigator.appVersion;return{//移动终端浏览器版本信息ios:!!u.match(/\(i[^;]+;(U;)?CPU.+MacOSX/),//ios终端android:u.indexOf(‘Android‘)>-1||u.indexOf(‘Linux‘)&..
分类:移动开发   时间:2015-01-07 19:01:35    阅读次数:186
hibernate中对于数据库的Text注解出现 No Dialect mapping for JDBC type: -1解决方法
hibernate中对于数据库的Text数据类型不支持。    hibernate 使用hql查询包含text类型字段的时候很好。如果使用native sql也就是使用  createSQLQuery方法查询text类型的时候总是报错: org.hibernate.MappingException: No Dialect mapping for JDBC type:-1        ato...
分类:移动开发   时间:2015-01-07 18:54:30    阅读次数:165
Edittext password属性为true导致hint全角问题
hint字体受EditText的text字体影响,即受android:typeface的影响。android:typeface有三个取值:“sans”,“serif”,“monospace”,看源码: setInputType中: if (isPassword) { setTransformationMethod(PasswordTransformationMeth...
分类:其他好文   时间:2015-01-07 18:53:58    阅读次数:160
Sublime Text 3 安装Package Control
原来Subl3安装Package Control很麻烦,现在简单的方法来了一、简单的安装方法使用Ctrl+`快捷键或者通过View->Show Console菜单打开命令行,粘贴如下代码:importurllib.request,os; pf ='Package Control.sublime-pa...
分类:其他好文   时间:2015-01-07 18:36:48    阅读次数:126
Sublime Text 模板插件SublimeTmpl
安装:1. ctrl + shift + p2. 输入Install Package3. 搜索:SublimeTmpl4. 回车安装设置:1. Preference - > Package Settings -> SublimeTmpl - > Settings-Default"attr": { ....
分类:其他好文   时间:2015-01-07 18:33:01    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!