mysql的安装过程相对较为简单,在这里就不阐述,我想说的问题是,关于编码的安装,在安装到达'Please select the default character set'的时候,选择'Manul selected default character set/collation',并指定通用的.....
分类:
数据库 时间:
2015-01-02 22:21:52
阅读次数:
262
jQuery("#select_id").change(function(){});//1.为Select添加事件,当选择其中一项时触发varcheckValue=jQuery("#select_id").val();//2.获取Select选中项的ValuevarcheckText=jQuery("#select_id:selected").text();//3.获取Select选中项的TextvarcheckIndex=jQuery("#select..
分类:
Web程序 时间:
2014-12-30 11:56:36
阅读次数:
130
下拉框 硬盘 主板 CPU 网卡1、设置下拉框“硬盘”为选中 $("#CategoryId").val("1"); $("#CategoryId").find("option[text='硬盘']").attr("selected",true); $("#CategoryId")...
分类:
Web程序 时间:
2014-12-29 22:48:45
阅读次数:
189
直接上步骤:(以COCOS2DX-JS 框架自带的飞机为例子)
1. 打开cocos studio2.0 新建节点文件
2. 导入资源,并按照需要设计新建的节点文件
红色框内为导入的资源,蓝色框内为csd文件的布局(注意,背景图坐标设置为(0,0),锚点设置为(0,0),其他元素锚点设置为(0.5,0.5),按钮设置成Button类型,并设置normal和selected时的...
分类:
其他好文 时间:
2014-12-28 16:59:30
阅读次数:
211
1 #include 2 #include 3 #define N 99999 4 5 using namespace std; 6 7 bool flag[N]; 8 9 void prime()10 {11 for (int i = 2; i < N; i++)12 ...
分类:
其他好文 时间:
2014-12-27 17:18:30
阅读次数:
130
判断匹配集合中是否存在至少一个元素使用样式'selected',存在则返回'true',不存在为'flase'。 Hello Goodbye First paragraph has selected class: Last paragraph has selecte...
分类:
Web程序 时间:
2014-12-26 12:39:47
阅读次数:
179
语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("option:selected").text();//获取Sel...
分类:
Web程序 时间:
2014-12-25 01:28:56
阅读次数:
367
Thursday, October 23, 2014CodingTMD’s Reading ListFollowing reading list is selected from the papers I had read in the past 3 years. It will help you ...
分类:
其他好文 时间:
2014-12-20 07:05:12
阅读次数:
388
上周五去某客户那里做数据库巡检,是window 2008系统上10g的一套NC系统的库,已经配置了DG,但是巡检时发现数据库报错:
Tue Nov 11 10:13:57 2014
LNS: Standby redo logfile selected for thread 1 sequence 3945 for destination LOG_ARCHIVE_DEST_2...
分类:
其他好文 时间:
2014-12-16 22:40:35
阅读次数:
620
1 //渲染 下拉框被选中. $("#processtyle option").each(function(){ if($(this).val() == procesStyle){ $(this).attr("selected",true...
分类:
其他好文 时间:
2014-12-14 01:58:31
阅读次数:
164