Recently more busy: Toss the Cocos2d-x 3.x series.Although it has been a long time, but has not been to study. have been using the 2.14 version before.Cocos2d The v3.x version comes out, from the configuration installation to the creation of the project is the command line, the following simple to say.1. http://cn.cocos2d-x.org/download/(currently the latest version 3.3 around 375M)2. After the download is
Sublime Text 3 common Mac shortcuts and precautions, sublimemacThe shortcut keys that are easy to forget in most cases are sorted here.
Edit shortcut key:Cmd + L: select a row (Repeat and press to add the next row to the Selection );Cmd + D: select a word (multiple words are selected for multiple edits when the same word is repeatedly pressed );Cmd + shift + D copy the entire row where the cursor is located
One,1, Sublime Text Build 3103.dmg Download (official address: HTTPS://WWW.SUBLIMETEXT.COM/3), double-click Install;Second, enter the registration code. Click the menu Help-ender License paste the following text in the click Use License.-–begin License-–ryan clarksingle User licenseea7e-8124792158a7de b690a7a3 8ec04710 006a5eeb34e77ca3 9C82C81F 0DB6371B 7 9704e6f93f36655 b031503a 03257CCC 01b20f60d304fa8d b
1. Download the latest Python version?? Links: https://www.python.org/downloads/mac-osx/The default location for installation is: /library/frameworks/python.framework/versions/3.5/2. Open terminal, modify ~/.bash_profile fileThe code is as follows: # Setting PATH for Python 3.6# The original version was saved in. bash_profile.pysavepath= "/library/frameworks/python. Framework/versions/3.6/bin:${path} "Expor
C language exploration: Part 1 Lesson 4 Chapter 3: DISPLAY variable content in the world of variables, Chapter 3 variables
Introduction
1. Course outline
2. Part 1 Lesson 4 Chapter 3: DISPLAY variable content in the world of V
-platform packages)Third, the excitement of human time to come, open vs, the interface is very concise, remove vs many redundant features, feel a lot more comfortable ....Iv. Create a new MVC project that will prompt you to install the Support MVC Class library online and download the DLL from NuGet??Five running Microsoft 66666WindowsWhat happens if you put the above code on the Windows system?Environment: win10+vs2015 compile normal, operation is normalAbove those are just small test sledgeham
Recently, the company sorted out some documents for the phonegap project.
Versions earlier than phonegap 3.0 can be downloaded on the official website. Versions later than PHP 3.0 need to be installed using nodejs. It takes two hours to avoid detours.
At present, phonegap has released version 3.5, which integrates various plug-ins. If you want to try it out, try it as soon as possible.
The local system is OS X 10.9.2 xcode 5.1.
1. Install nodejs
Down
1. Direct installation:Brew install Python (similar to yum install)Note: This version of Python that is installed directly may not be the latest version2. Download from official website:Official website:https://www.python.org/650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M01/08/A0/wKiom1nkzimgVLQTAABLtfrT0ks887.png-wh_500x0-wm_ 3-wmp_4-s_3951153054.png "title=" 5.png "alt=" Wkiom1nkzimgvlqtaabltfr
PC Configuration MacBook Pro (Retina, 15-inch, Mid 2015)System version 10.13.2I installed sublime Text3 on this machine to configure a compiled system Python3 for python3.6.When I try to use Python3, output,Print (' China ')The system gives an errorUnicodeencodeerror: ' ASCII ' codec can ' t encode characters in position 0-1: Ordinal not in range (128)Add "env" by modifying Python3.sublime-build: {"pythonioencoding": "UTF8"} to fix the problemAfter th
(1) Use terminal commands to open the. bash_profile file, command: Open. Bash_profile (Enter)After opening the file, configure the Android SDK, Ant, NDK and other environment variables, my in the Android directory, so configured as follows (for the directory, for reference only):# sdkexport Android_sdk_root=android/android-sdk-macosxexport PATH=$PATH: $ANDROID _sdk_ Rootexport PATH= $PATH: $ANDROID _sdk_root/platform-tools# ndkexport ndk_root=android/
Turn your leopard into the Mac OS X System Publishing Server
-- Deploystudio installation and configuration
Overview:
1. Create sharing and user groups:
1. Create a share account)
2. configuration file sharing:
3. Create a user group and another shared user:
2. Enable the netboot service:
Degrees Niang for a long time have not found Mac OS solve sublime Text2 Chinese garbled problem of the tutorial,
So I thought for a while, studied and successfully in the Mac OS directly with the sublime Text2 open Chinese-language files.
(No need to open a DOS platform every time you have to go to Xcode to turn a code or something ...) )
Recently I used Apple's Mac Pro book to feel the freshness of the Apple system. It really made me feel confused. After all, it was too long to use the Windows system. It was really awkward to use Mac pro at the beginning, after using it for a while, I found that the MAC system is good. Okay, just move to the subject.
1
What is 1,opengl? OpenGL (Full-write open graphics Library) is a professional graphics program interface that defines a cross-programming language, cross-platform programming interface specification. It is used for three-dimensional image (two-dimensional also), is a powerful, easy to call the bottom-level graphics library.What 2,OPENGL can do OpenGL can be used to develop a cross-platform rendering engine that can use OpenGL (ES) on Android, OSX, IOS
closely related to the network communication mode. The pre-distribution mode or competition mode is applicable to point-to-point (with only one destination terminal) communication mode, but the pure competition mode is not applicable to the communication mode of broadcast (with multiple destination terminals, because of One contention channel, it is difficult to ensure that multiple destination terminals can receive it smoothly. However, it is feasible to use a combination of contention and res
IOS Study Notes: (1) Mac system-1.1 preschool notice
1 introduction to the basic set of iOS development
1.1 iOS Introduction
IOS is an operating system developed by Apple for iPhone and other devices. It is mainly used for iPhone, iPod touch, and iPad. Just like the Mac OS X operating system, it is based on Darwin. The
notepad or wordpad. for a file with the vmx extension, go to the guestos = line and change the content in the double quotation mark "" next to it to darwin10. The changed content is:Guestos = "darwin10": Save and exit. OK. The VM settings are successfully completed.After opening the VM, click "options", double-click general, and check the version again. Is there any more Mac OS X Server 10.6? No. Okay, now we can install snow leopard normally!As show
Directory:
0. Preparations1. Introduction
2. preference file (plist file)
3. Example of editing a plist File
4. Application Instance
5. deep understanding of preference files
6. Common Tools
7. Problem Solving
Preparations:
Knowledge preparation:Familiar with the expression of directory layers in Mac OS X, that is, you can easily find the/library/preferences directory in the find
A rookie turned out, the yard of the world to break into a daily progress more than lost. Windows, Unix, Mac line breaks for different operating systems carriage return \ r and newline characters \ nFirst, the concept:Line feed ' \ n ' and carriage return ' \ R '(1) NewLine character is another line---' \ n ' 10 newline (newline)(2) The carriage return is back to the beginning of the line
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.