- 博客(7)
- 资源 (5)
- 收藏
- 关注
原创 Linux C语言Http POST上传图片
#include #include #include #include #include #include #include unsigned long get_file_size(const char *path) { unsigned long filesize = -1; struct stat statbuff; if(sta
2014-08-22 10:34:29
5968
原创 /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h:No such file or directory的解决办法
今天在64位系统编译程序时
2014-07-16 15:59:02
2643
原创 Unable to connect to printd的解决方法
1. 打开Terminal,cd /private/var/tmp/ 2. sudo mv printd
2014-05-08 15:32:26
1425
原创 如何去除UIWebView顶部的空白(IOS7)
IOS7会自动在ScollView添加64px空白 去除方法: -(void)viewDidLoad{ self.automaticallyAdjustsScrollViewInsets = NO; }
2014-04-01 11:11:43
1939
原创 如何从git中剔除烦人的UserInterfaceState.xcuserstate文件
git rm --cached ProjectFolder.xcodeproj/project.xcworkspace/xcuserdata/myUserName.xcuserdatad/UserInterfaceState.xcuserstate git commit -m "Removed file that shouldn't be tracked" 然后在xcode commit
2014-03-25 10:56:44
1567
转载 IOS 如何实现UITableView的划动删除
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath { return YES; } - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditin
2014-03-13 13:03:38
575
原创 IOS如何从其它事件中根据条件采用segue方式跳转到其它页面
先从源视图拉一个segue到目的视图,并命名这个segue为mySegue 在需要跳转的地方执行 [self performSegueWithIndentifier:@"mySegue" sender:self];
2014-03-13 11:02:11
767
cefsharp_91.1.23_91.0.4472.164_x86(支持MP3,MP4,H264)Release包.rar
2021-09-17
VisualSVN 5.1.4 破解版
2017-01-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人