码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
jQuery 表单
1.一般输入信息的提示用 属性为text2.只有设置了 name 属性的表单元素才能在提交表单时传递它们的值。3.blur 失去焦点4.$.trim()用于去掉字符串首尾的空白字符。
分类:Web程序   时间:2014-05-08 18:33:17    阅读次数:281
java关键字——transient
transient是Java语言的关键字,用来表示一个域不是该对象串行化的一部分。当一个对象被串行化的时候,transient型变量的值不包括在串行化的表示中,然而非transient型的变量是被包括进去的。这样对象的size就会小一些,相对占用的网络资源就会小。
分类:编程语言   时间:2014-05-08 18:19:38    阅读次数:311
ubuntu 13.04下sublime text 3使用中文输入法
主要思路参考http://blog.yanwen.org/archives/1955.htmllibsublime-imfix.so 这个库自己编译和从他这下载的 md5一样。可以不用编译了。直接下载。但是有几点需要改动1。有人提出来了desktop文件里的一句:Exec=bash -c ‘LD_P...
分类:其他好文   时间:2014-05-08 17:48:09    阅读次数:339
修改eclipse默认编码方式
设置js文件的默认编码格式为UTF-8 在Windows->Preference页面中,选择General->Content Types 在右边的框中,选择Text->Javascript,将下面的Default Encoding改为utf-8 设置workspace的编码格式为UTF-8 在...
分类:系统相关   时间:2014-05-08 17:45:14    阅读次数:385
苹果开发者资源
苹果官方app demohttps://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code
分类:移动开发   时间:2014-05-08 15:23:08    阅读次数:328
关于jquery中html()、text()、val()的区别
.html()用为读取和修改元素的HTML标签 对应js中的innerHTML.html()是用来读取元素的HTML内容(包括其Html标签),.html()方法使用在多个元素上时,只读取第一个元素.text()用来读取或修改元素的纯文本内容 对应js中的innerText text()用来读取元素...
分类:Web程序   时间:2014-05-08 14:47:48    阅读次数:408
Common Issues Which Cause Roles to Recycle
This section lists some of the common causes of deployment problems, and offers troubleshooting tips to help you resolve the problems. An indication t...
分类:其他好文   时间:2014-05-08 09:31:31    阅读次数:447
字符串压缩性能
先上源码: 1 using System; 2 using System.Diagnostics; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Text; 6 7 namespace TestCompress 8....
分类:其他好文   时间:2014-05-08 07:04:16    阅读次数:360
csharp:Optical Character Recognition
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Drawing;using System.IO;using System....
分类:其他好文   时间:2014-05-08 06:10:59    阅读次数:395
Jquery操作select小结
每次操作select都要查资料,干脆总结一下。为select设置placeholder为Select添加事件,当选择其中一项时触发$("#select_id").change(function(){ //code...});jQuery获取Select选择的Text和Value:var che...
分类:Web程序   时间:2014-05-08 05:48:25    阅读次数:509
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!