09 2017 档案
摘要:1. Linux On Linux, you can use one of these command lines: love /home/path/to/gamedir/ love /home/path/to/packagedgame.love love /home/path/to/gamedir
阅读全文
摘要:1. Example: $ cd cocos2d-x $ ./setup.py $ source FILE_TO_SAVE_SYSTEM_VARIABLE $ cocos new MyGame -p com.your_company.mygame -l cpp -d NEW_PROJECTS_DIR
阅读全文
摘要:1. The _ is used to define that the parameter is not named If you have multiple _ it states that you do not need to name the parameters in your functi
阅读全文
摘要:1.ImagePickerSheetController https://github.com/allenwong/30DaysofSwift/
阅读全文
摘要:1. INSTALL PLUGIN mysqlx SONAME 'mysqlx.so' https://yq.aliyun.com/articles/38288 2. boost https://codeload.github.com/mysql/mysql-connector-cpp/tar.gz
阅读全文
摘要:1. https://github.com/SFML/SFML/wiki/Tutorial:-Build-your-SFML-project-with-CMake https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake
阅读全文
摘要:1. http://blog.csdn.net/gengqiquan/article/details/52329259 https://github.com/gengqiquan/HttpUtil
阅读全文
该文被密码保护。
摘要:1. uiscrollview在调用setFrame,setBounds等方法的时候会默认调用稀有api: _adjustContentOffsetIfNecessary 这个方法会改变当前的contentOffset值 如果没有设置 self.automaticallyAdjustsScrollV
阅读全文
摘要:1. crash [valueLabel mas_makeConstraints:^(PAKitMASConstraintMaker *make) { make.left.equalTo(finishedView.mas_right).with.offset(0); make.width.equal
阅读全文