05 2016 档案
摘要:参考: https://www.objc.io/issues/6-build-tools/cocoapods-under-the-hood/CocoaPods is a library dependency management tool for OS X and iOS applications.
阅读全文
摘要:UIScrollView的高度在xib中设置 需要固定的部分用代码添加: UIImageView *textLogo = [[UIImageView alloc] initWithFrame:CGRectMake((kMSScreenWith - 153)/2, (kMSScreenHeight -
阅读全文
摘要:参考: https://rbgeek.wordpress.com/2012/06/26/how-to-install-vnc-server-on-centos-6/ VNC is a protocol that is used to share the desktop with other user
阅读全文
摘要:参考: http://www.aixchina.net/home/space.php?uid=73104&do=blog&id=30463 1、连接到远程主机:命令格式 :ssh name@remoteserver 或者ssh remoteserver -l name说明:以上两种方式都可以远程登录
阅读全文
摘要:参考: http://www.yd631.com/top-vps/第一、Vultr VPS 数据中心:日本东京(速度好推荐)、洛杉矶、欧洲等14个机房套餐价格:KVM架构 768MB内存 5美元/月支付方式:PayPal、信用卡简单介绍:Vultr VPS主机虽然成立时间不久,但是其背景实力还是比较
阅读全文
摘要:下载zip文件之后解压到$sdk_paht/extras/android/目录
阅读全文
摘要:参考:http://blog.secaserver.com/2012/12/centos-6-install-vpn-pptp-client-simple/ I have a PPTP server which run on Mikrotik Routerboard and I need to co
阅读全文
摘要:参考:http://stackoverflow.com/questions/21031491/core-data-info-error-in-console-at-runtimeINFO: fetch-response is unable to open the file /Users/userNa
阅读全文
摘要:参考: http://www.cyberciti.biz/faq/curl-download-file-example-under-linux-unix/curl -o ~/Desktop/outputfile.zip http://7xr5hw.com2.z0.glb.qiniucdn.com/m
阅读全文
摘要:参考:http://stackoverflow.com/questions/7172784/how-to-post-json-data-with-curl-from-terminal-commandline-to-test-spring-rest You need to set your conte
阅读全文
摘要:参考: http://stackoverflow.com/questions/1786027/how-to-view-file-history-in-git Use git log to view the commit history. Each commit has an associated r
阅读全文
摘要:参考: http://stackoverflow.com/questions/1651113/firefox-plugin-or-way-to-monitor-all-request-data-including-headers-and-contentFirebug + Tamper Data is
阅读全文
摘要:参考: https://laravel.com/docs/5.2/quickstart-intermediate This quickstart guide provides an intermediate introduction to the Laravel framework and incl
阅读全文
摘要:参考: http://guides.cocoapods.org/using/getting-started.html#installationCocoaPods is built with Ruby and it will be installable with the default Ruby a
阅读全文
摘要:参考: https://help.github.com/articles/changing-a-remote-s-url/The git remote set-url command changes an existing remote repository URL. The git remote
阅读全文
摘要:参考: https://www.linux.com/learn/how-run-your-own-git-server Install Git on your server In this tutorial we are considering a use-case where we have a
阅读全文
摘要:参考:https://www.pantz.org/software/sqlite/sqlite_commands_and_general_usage.html SQLite is an embedded open source relational database (db). It is very
阅读全文
摘要:参考:http://stackoverflow.com/questions/8650407/how-to-copy-selected-files-from-android-with-adb-pull "adb pull sdcard/mydir/*.jpg" it apparently doesn'
阅读全文
摘要:参考: https://getcomposer.org/doc/00-intro.md Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries
阅读全文
摘要:参考: http://www.elcoderino.com/check-laravel-version/ 1. The easiest way is to simply run artisan command php artisan --version from your CLI and it wi
阅读全文