码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
[ucgui] 对话框8——Framewin小工具
>_ 2 #include 3 #include "GUI.h" 4 #include "FRAMEWIN.h" 5 6 #define SPEED 1200 7 #define MSG_CHANGE_MAIN_TEXT (WM_USER + 0) 8 9 static F...
分类:Windows程序   时间:2014-08-25 16:38:54    阅读次数:470
jQuery获取Select选择的Text和 Value(转)
Query获取Select选择的Text和Value:? 语法解释:? 1. $("#select_id").change(function(){//code...});?? //为Select添加事件,当选择其中一项时触发? 2. var checkText=$("#select_id").find("option:sele...
分类:Web程序   时间:2014-08-25 10:13:34    阅读次数:260
自我提升mysql
1.某字段更新 自增 1 update table set a=a+12.修改某一字段的数据类型alter table "tablename" modify "column" "type"3.更改字段名alter table "tablename" change column col_old col...
分类:数据库   时间:2014-08-22 12:49:58    阅读次数:270
To change the sharepoint CA port
Set-SPCentralAdministration -Port to fix the error:Got this error: Failed to register SharePoint services. An exception of type System.UriFormatExcept...
分类:其他好文   时间:2014-08-21 18:32:34    阅读次数:256
ashx 文件 与js文件数据交互
//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
分类:Web程序   时间:2014-08-21 16:53:54    阅读次数:168
DevExpress GridControl 复合表头/表头分层设计.
首先创建一个窗体,将GridControl控件拖到窗体中.然后 Click here to change view -> Convert to -> BandedGridView Run Designer 按照正常的手法添加Columns.点击 Bands 添加相应的Bands 列 Bands列可以...
分类:其他好文   时间:2014-08-21 16:40:05    阅读次数:224
用root帐号切换其他帐号提示 su: warning: cannot change directory to /home/oracle: Permission denied
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:数据库   时间:2014-08-21 11:04:13    阅读次数:239
jquery radio取值,checkbox取值,select取值,radio选中,checkbox选中,select选中
jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("opti...
分类:Web程序   时间:2014-08-21 09:41:43    阅读次数:176
【线段树】HDU 3397 Sequence operation 区间合并
操作 Change operations: 0 a b change all characters into '0's in [a , b] 1 a b change all characters into '1's in [a , b] 2 a b change all '0's into '1's and change all '1's into '0's in [a, b] Out...
分类:其他好文   时间:2014-08-20 12:36:52    阅读次数:392
HDU 3911 Black And White 分段树 题解
Problem DescriptionThere are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color o...
分类:其他好文   时间:2014-08-20 12:11:22    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!