$sudo apt-get remove mysql-common清理残留数据:$sudo dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P按照正常安装步骤安装注意:如果你想进行远程访问或控制,那么你要做两件事:其一:mysql>GRANT...
分类:
数据库 时间:
2014-08-07 18:52:30
阅读次数:
326
if(action=="updata"){int id=Convert.ToInt32(Request["Id"]); //取得要修改的Idvar newRow = new T_UserTableAdapter().GetDataById(id).Single(); //获取单条等于这个Id的数据....
分类:
其他好文 时间:
2014-08-07 18:51:30
阅读次数:
213
启动nginxstart nginx停止nginxnginx -s stop 重启nginxnginx -s reload查看版本信息nginx -v大写V是查看配置信息查看nginx进程tasklist /fi "imagename eq nginx.exe"
分类:
其他好文 时间:
2014-08-07 18:50:10
阅读次数:
166
UIImageView *_dogImageView = [[UIImageView alloc] init];_dogImageView.frame = CGRectMake(0, 100, 300, 200); [self.view addSubview:_dogImageView];NSMut...
分类:
其他好文 时间:
2014-08-07 18:41:12
阅读次数:
209
UILongPressGestureRecognizer*longPressGR = [[UILongPressGestureRecognizeralloc]initWithTarget:self action:@selecto...
分类:
移动开发 时间:
2014-08-07 18:40:20
阅读次数:
192
UILabel *textlab = [[UILabel alloc]initWithFrame:CGRectMake(20, 10,ScrollView.frame.size.width - 40,260)]; textlab.text = @"测试用的随便写写ffffffffeeeeeeeee....
分类:
其他好文 时间:
2014-08-07 18:32:00
阅读次数:
141
一:问题 targets中证书的设置1.项目支持多设备(Xcode5.1.1支持低版本)2.真机测试要确保Code Siging 设置没问题支持的最低版本二 :问题:image not foundLibrary not loaded: /System/Library/Frameworks/AdSup...
分类:
其他好文 时间:
2014-08-07 18:31:40
阅读次数:
271
private void SetTextReadOnly(Control ctr, bool blReadOnly) { ctr.Controls.Cast().Select(s => s).ToList().ForEach(s => ...
分类:
其他好文 时间:
2014-08-07 18:30:21
阅读次数:
170
xcode没有android studio中的gradle进行第三方库管理,但是有第三方的库管理工具CocoaPods,https://github.com/CocoaPods/CocoaPods/wiki。用了这个命令行工具,就可以方便地维护第三方库了。
分类:
移动开发 时间:
2014-08-07 18:28:10
阅读次数:
228