批量修改zencart型号:品牌名称+型号格式将下面代码保存为zc_change_model.php,上传到网站根目录运行即可,操作前先备份数据库Execute($products_query);$id_array = array();while(!$products->EOF){ $id_a...
分类:
其他好文 时间:
2014-08-27 10:49:47
阅读次数:
210
1 change docker password #cat /ect/redhat-relase #passwd root If you have error like this /usr/share/cracklib/pw_dict.pwd: No such file or directory P...
分类:
其他好文 时间:
2014-08-26 11:18:55
阅读次数:
231
1) #cd /usr/share/zoneinfo you will see many countries and timezone, you can go to the directory you see your timezone eg:# cd /usr/share/zoneinfo/Ame...
分类:
其他好文 时间:
2014-08-26 00:21:25
阅读次数:
259
change事件:"change" (model, options) — 当attributes变化时"change:[attribute]" (model, value, options) — 当attributes的一个特定属性变化时listenTo事件:view.listenTo(model,...
分类:
其他好文 时间:
2014-08-25 20:46:14
阅读次数:
352
>_ 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...
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
题目:UVA - 357Let Me Count The Ways(完全背包)
题目大意:给出N,问用1, 5, 10, 25, 50,这些硬币能够凑出N的方式有多少种。
代码:
#include
#include
const int N = 5;
const int maxn = 30005;
const int coin[N] = {1, 5, 10, 25, 50...
分类:
其他好文 时间:
2014-08-22 13:01:38
阅读次数:
150
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
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
//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
分类:
Web程序 时间:
2014-08-21 16:53:54
阅读次数:
168