As a learning IOS developer, Mac is a must-have tool, as the saying goes, 工欲善其事, its prerequisite, here are some tips for using Mac OS X 10.10
Terminal aliases
Setting an alias for a terminal can be useful to some extent
In terminal input 'vim ~/.bash_profile ', then press ' I ' into edit mode//Edit file, if no then create
Enter alias alias in file = ' original comm
: -1:error:symbol (s) not found for architecture x86_64: -1:error:linker command failed with exit code 1 (use-v to see invocation)The above error is reported when using the glut library. Of course, when using other third-party libraries, there will be problems, the following solutions can be analogous.Prior to this, when using OpenGL, you first need to add the Qt+=opengl in the. Pro fileAfter continuing the error, it may be because QT is not upgraded
The author just took over a project, backstage is to use EXTJS6 do the front end, PHP API interface, both through Ajax interactionNo way, no matter how the project to take over, all still have to go on, the people of money to eliminate disasterFirst is to install Sencha cmd, Baidu a bithttps://www.sencha.com/products/extjs/cmd-download/I'm under the Mac version.After the installation, it is found to rely on
Use GitHub to build your own code repository on MAC, macgithub
Many programmers will create their own GitHub. As for the role of GitHub, I will not repeat it here. I will not talk much about it, but I will introduce it directly. (Equivalent to your private SVN)
First, we need to create a GitHub account to directly go to the GitHub official website and register it with an email address;
Second, download t
. Open Sourcetree, click NewFill in the address just now and select a local directory to store the code. 4. Now you can develop in the local directory, after the development is complete, open the Sourcetree again:Drag the files in the working tree inside the index inside the file in the click on the "Commit" in the toolbar, click on the click on the commit in the pop-up box, clicking on the green push arrow, then your file will be successfully uploaded to the GIT repository!5. If the error:fai
Download SAP GUI for Mac 730After decompressionDownload JDK 6 on Oracle website prior to installationAnd then runConfigure the landing port when the installation is completeWhen you create a new connection, you only need to configure the Advanced tab: tick the Expert Mode. The text box is typed as follows: conn=/h/192.168.88.*/s/3210Typically, the conn=/h/server IP address/s/The port number of the connection server(description S is followed by a port,
1. First download Https://git-scm.com/download/mac on official website2. Then install git3 Set the user name and email for git:$ git config--global user.name "xxxxx"$ git config--global user.email "[email protected]"4. Generate SSH Key procedure: 1> Input command: CD ~/.ssh 2> have the above folder then backup Delete, we create a new key$ ssh-keygen-t rsa-c "[email protected]"Finally, two files were obtained: Id_rsa and id_rsa.pub3. Add encryption key
About RSA encryption and decryption problem, nothing to get a bit, first the main process to save, for Exchange or later use.First make sure that you have the OpenSSL installed on your PC, and that your Mac system will install automatically after installation! How to install?? ..... Please Baidu ...The installation commands are as follows:sudo apt-get install OpenSSLCreate a folder anywhere in your location to save your public key and key,Open the Ter
1. Sign up for a GitHub account and create a project650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/6F/54/wKiom1WZEKOirYmrAASOzgjMNyM439.jpg "title=" QQ20150705-1@2x.png "width=" "height=" 385 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width:600px;height:385px "alt= "Wkiom1wzekoirymraasozgjmnym439.jpg"/>2. To https://mac.github.com/download GitHub for Mac, install open, use account login650) th
1. Sign up for a GitHub account and create a project650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/6F/54/wKiom1WZEKOirYmrAASOzgjMNyM439.jpg "title=" QQ20150705-1@2x.png "width=" "height=" 385 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" width:600px;height:385px "alt= "Wkiom1wzekoirymraasozgjmnym439.jpg"/>2. To https://mac.github.com/download GitHub for Mac, install open, use account login650) th
displayed on the shell. SelfUpdate, the "for users" already has MacPorts installed and wish to upgrade to a newer release. "(Note: I have been waiting for this step for a long time.) But I found out because I used WiFi too bad--| | | )5. Common commands for MacPorts(1) Search for software in MacPorts index
Port Search NAME
(2) Install the new software
sudo port install NAME
(3) uninstalling the installed software
sudo port un
1. InstallationDownload the Vscode installation package for Mac system from Vscode official website, then unzip the ZIP installation package to the desktop when the download is complete.2, plug-in installationImplement C/CPP Code Auto-completion, function jump.After opening the Vscode, press the key combination "?? X ", open the extension, enter" C + + ", install the" C + + "," C + + Clang Command Adapter ", after the installation is complete, restart
1, first of all, the nature is to download Filezilla for Mac Chinese cracked version, download installation, the first open will make the following image of the interface.
2, then, the second step is naturally to create a new connection. You need to click on the "Server" icon in the upper-left corner to open the new connection interface. Follow the method of connecting to the server on the Windows system, and then enter: Server address, port n
Installation1. To download MySQL Community version of MySQL website, (the author downloads mysql-5.6.21) MySQL is divided into commercial version (Enterprise) and Community Edition (Community), the business Edition is charged, the Community edition is free.The MySQL version of the MAC installation package is divided into two types, the DMG Archive and the other compressed Tar. DMG installation is relatively simple, only need to double-click the instal
First, System_profiler spusbdatatype View all USB device information for Mac systemSecond, [ write content to specified file ] echo "0X1BBB" > ~/.android/adb_usb.ini (~/stands for all eligible parent directories)Third, [Configure environment variables]To open or create a configuration environment variable fileCD ~Touch. Bash_profileOpen-e. Bash_profile (The key is this sentence, open the bash_profile directly with this editor, if the file is not crea
Mac Ben changed a block of solid-state drive, all re-loaded, MySQL too slow to download the official website, direct Baidu "MySQL Mac", the first is:Unexpectedly after downloading, found that this is a compressed package version, and there is no installation program. Search the internet for a bit, you need to manually install the command line, recorded here:1. Unzip and rename the extracted directory to MyS
is 22°c.
When you just bought a notebook:
· Get enough of your battery and be aware of the latest system software downloaded by the Software Updater program. Apple sometimes publishes system updates that can significantly improve laptop batteries.
· Your laptop needs to be used frequently, and mixed charging and off-power use. Apple does not recommend that you always plug your laptop into a charger. The ideal scenario is to
There are detailed Hsdis and Jitwatch textbooks on the web, such as this one using Hsdis and Jitwatch to view the assembly code generated by the analysis hotspot JIT compilerHsdis is able to view the compiled code generated by Java, which can be viewed in this article. Here are the Http://pan.baidu.com/s/1i3HxFDF for Hsdis-amd64.dylib and hsdis-amd64.so files under MacSo you don't have to go back to compiling. The former is under the Mac 64-bit machin
Hexo Introduction
Using the original author's sentence: A fast,simplepowerful blog framework,powered by node. js
Hexo is a node. JS-based blogging platform, Hexo is a static HTML file that is deployed to each hosted platform to complete the release, with its official address: https://hexo.io/zh-cn/
Environment preparationNote: If not FQ, may download the speed will be slower, personal use smarthost pressure-free building
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.