each遍历jquery对象 <script?type="text/javascript"?>
????????function?readmessage(){
????????????$("li").each(function(k,v){
????????????????console.log(k+‘--...
分类:
其他好文 时间:
2014-07-21 10:27:48
阅读次数:
180
打造属于自己的前端开发神器 -- 给Sublime Text加上Eclipse的光环 2013-05-16 14:39:15 ? ? 将Sublime Text打造成如Eclipse一般的前端开发IDE 1. 快捷键移植篇 ???从Java开始的梦, 到如痴如醉的Front End, ...
分类:
系统相关 时间:
2014-07-21 10:10:39
阅读次数:
393
临界区Critical Section(CS) 不可跨进程,效率高事件 Event 使用内核对象,可跨进程,用于通知互斥量 Mutex 使用内核对象,可跨进程,用户互斥信号量 Semaphore 使用内核对象,可跨进程,有限数量资源http://blog.csdn.net/column/deta.....
分类:
编程语言 时间:
2014-07-21 09:37:54
阅读次数:
294
插入段:- (void)insertSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation;- (void)deleteSections:(NSIndexSet *)sections wi...
分类:
其他好文 时间:
2014-07-21 09:37:22
阅读次数:
165
1.设置默认工作空间编码window/preferences/general/workspace/Text file encoding2.设置文件默认打开方式xml建议设置html建议设置jsp建议设置3.file->new快捷键在工具条的任意位置,右键(或 window / Customize P...
分类:
系统相关 时间:
2014-07-21 09:08:48
阅读次数:
345
DateTime dt = DateTime.Now;//Label1.Text = dt.ToString();//2005-11-5 13:21:25//Label2.Text = dt.ToFileTime().ToString();//127756416859912816//Label3.T...
分类:
其他好文 时间:
2014-07-21 00:31:29
阅读次数:
270
首先,php 与 mysql 要保持编码一致其次,有三处注意点:1.sql 表目 设为 utf8_unicode_ci2.php1 header("Content-Type: text/html; charset=utf8");3.sql1 mysql_query("set names 'utf8'...
分类:
其他好文 时间:
2014-07-21 00:13:37
阅读次数:
222
主要使用数据适配器SqlDataAdapter类进行填充DataSet类代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Task...
分类:
Web程序 时间:
2014-07-20 22:19:11
阅读次数:
251
最近在solaris11 上安装oracle 11g数据库,本来以为都是一家的,安装起来应该很简单吧,事实让我真的无法想到,真是一波三折,现在记录一下吧:1,下载sol-11-1111-text-x86.iso2,下载p10404530_112030_Solaris86-64_1of6.zip、p1...
分类:
数据库 时间:
2014-07-20 21:35:16
阅读次数:
265
如题如图:代码:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charse..
分类:
其他好文 时间:
2014-07-20 15:44:31
阅读次数:
245