moreBlog expert
- Mobile development
- web front end
- architecture design
- programing language
- internet
- data base
- System operation and maintenance
- cloud computing
- R & D management
Recommended columnAll columns
Beliefer
- In-depth understanding of SparkBy reading the spark source, in-depth understanding of principle of spark internal subsystems, and provide reference for performance tuning and development work.
Cp790621656
- Learn Shader Unity togetherThe Unity shader is not a unique language, but a kind of code generation. For who want to learn unity shaders, from the most basic Shader Architecture to the shader creation, learning step by step shader just slowly master Shader Language, and then learn the development of late effects.
Aqi00
- Android Development NotesAndroid Development notes, record the experience of Android development work to share with the summary, to facilitate readers to quickly improve the Android development skills. This column is divided into five categories: display, storage, communication, publication and tuning, advanced usage.
ProLightsfxjh
- The art of algorithmsThe program was his internal logic rather than the external manifestation of the guidelines, we love to a large extent is program to achieve the perfect logic, and external things just take out to share with everyone happy means, right?
Latest article
[mobile development] Erase SD [IMX6DL]fastboot partition implementation
- V2009.08 u-boot: The default system only supports FastBoot erase NAND function, and we use the SD, SD and EMMC are based on MMC, U-boot MMC block erase itself has a function, so we can use it to block the corresponding flash. In writing before, we need the corresponding partition information, FastBoot init that will need to be partition The information is added to the table partition, which...
[mobile development] 6.4, Studio GPU Monitor Android
- Monitor Android contains Monitor GPU, it will be a visual display of the time to render the form. Monitor GPU can help you: 1, quickly view the UI form generation 2, to identify whether the pipeline is beyond the use of the pipeline in Monitor GPU to display a running application 1, open a project 2, in the physical device or virtual machine running applications 3, display Monitor Android 4, click Monitors to display and display GPU...
[mobile development] Master Objective-C] memory management
- Master Objective-C] memory management reference books: "proficient in Objective-C" [United States] Lee Keith directory proficient in Objective-C memory management catalog Memory usage of the program Manual management Basic principles of MRR memory management Use MRR Automatic reference counting ARC rules and conventions Use ARC To process the memory usage of the loop reference program, the Objective-C executable program is composed of (executable) code, initialization and initialization of the program data, link information, relocation information, local data and...
[mobile development] 6.3, Studio CPU Monitor Android
- Monitor Android contains a Monitor CPU that allows you to easily monitor the use of CPU for your application. It shows try to use the CPU. In Monitor CPU display is running the application 1, open a project 2, in the physical device or virtual machine running applications 3, display Monitor Android 4, click Monitors and display Monitor CPU. As graph: Author: Song Zhihui Personal micro-blog: Click to enter...
[mobile development] 6.2, Studio Android memory
- Monitor Android provides a Monitor Memory, so you can easily monitor application performance and memory usage, and you can find useless objects, local memory leaks and memory usage for connected devices. Monitor Memory shows how your application allocates memory, and displays it in a visual way: 1, according to the time to display a graph of the available and allocated Java memory 2, according to the time display of garbage disposal events 3, initialize the garbage disposal event Monito Memory...
System operation and maintenance URL Nginx rewriting
- 1.URL Rewrite Module (Rewrite) abstract This module allows the use of regular expressions to rewrite the URI (the PCRE Library), and can be used in accordance with the relevant variables to redirect and select different configurations. If this directive is specified in the server field, it will be executed before the requested location is determined, and if there are other rewrite rules in the location after the instruction is executed, they are also executed. If this instruction is executed in location, the new URI is generated, and then the location is determined again...
[programming language] HDU 5289 RMQ+ rule
- Click to open the link As for a sequence of numbers and then ask your maximum number of intervals and the minimum value is less than k, output Ideas: for maximum and minimum value difference we directly use RMQ st can quickly obtained, and then find the current I to back where is can be, the thought and foot to take exactly the same for out on the line, output note long long on the line, nothing to #include #include #include #include #include Na using...
[programming language] JAVA code reuse mechanism reuse class inheritance syntax (Fu Yuanma)
- preface Inheritance is part of all of the OOP language and Java language is indispensable. When creating a class, always in succession. Therefore, unless it has been explicitly pointed out that to inherit from another class, otherwise it is implicit from the standard Java root class object of inheritance. Combination grammar is plain, but the use of inheritance is a kind of special grammar. In the process of inheritance, you need to declare "the new class is similar to the old class". This statement is written by the left side of the main body of the bracket before writing, followed by the name of the base class exten...
[mobile development] Wpa_supplicant madwifi hostapd detailed analysis (ten) - WPS principle and implementation two
- In front of the WPS interactive process has a general understanding, and now look at the WPS interactive frame format and the information carried by each frame. WPS using 802.1x and EAP transmission band of the registration agreement interaction information. These information inside will carry a big endian ordering attributes on the field. This agreement will correspond to a custom method EAP. WPS does not need AP support RADIUS, also does not require the network contains an authentication server, in fact, a lot of AP with the function of WPS only supports WPS use 802.1x...
[programming language] Win10 uwp SMMs bed
- This paper, how to use SMMs bed upload pictures, use win10 uwp post files, because I am a slag slag, if the wrong, please and I say, in the comments, or send me email Lindexi_gd@163.com Lindexi_gd@163.com please don't adverse remarks to find a good bed, sm.ms can use post upload files in a simple, I do a tool, can upload pictures, use only need to / / incoming documents 42E32CBE4C4531C77E4DAB5853D7D4B9...
[programming language] As God you know why Java string designed not variable!
- String is an immutable class in Java, which can not be modified once it is. Once the instance of an immutable class is created, the value of the member variable cannot be modified, and the variable class has many advantages. These everyone know that you know why the Java designers to design it as an immutable class well, under the speak for everyone to explain. String pool The string pool is a special storage in the method area. When a string is created, the first will go to the pool of the string to find, if found, directly to the string to return to the...
[programming language] Python to achieve object positioning
- Some time ago, the use of laboratory equipment to write a small project, a simple sort of (not perfect), and now share. The content is: using satellite positioning information receiver, receiver object position information (longitude, latitude, etc.) and analysis of these data and according to the longitude and latitude information clearance Baidu map API to access the object specific location information, position of the object. I used in my development language is python, the main: serial port communication, mysqldb library, urllib2 library, serve protocols base...
[programming language] Intervals LeetCode:Merge
- Intervals Merge Total Accepted: 71689 Total Submissions: 275494 Difficulty: Hard A collection of intervals merge, all overlapping intervals. Given Example For, Given [1,3],...
[programming language] Permutation LeetCode:Next
- Permutation Next Total Accepted: 70533 Total Submissions: 261357 Difficulty: Medium Next permutation which, rearranges numbers into the lexicographically next great Implement...
[mobile development] Android vernacular start (booting process Android)
- Today we will go deep into the process of starting the Android process, from the user to press the boot key to the Android interface. Search on Google Android boot process will get a lot of good English articles, explain Android starts the process, each person tells the perspective is not the same, by reading and understanding of Android will more deeply. Here is the link, please don't open the wall! thank you Https://www.google.com.hk/search? Q=The+Android+?...
[programming language] 51NOD 1413 power binary (thinking)
- A decimal integer is called the power binary, which is made up of only 0 or 1 when his decimal representation is expressed. For example, 1101110011, 2 are the power of binary and 12900, 0 is not. When a given n, calculate the minimum number of power binary to get n. Input Single set of test data. An integer n (1<=n<=1000000) is given in the first line. Output The output of the answer to the line. Input example Nine Output example 9 problem-solving ideas:...
[programming language] 51NOD 1417 heaven in the game (column equation solution)
- Transfer gate Many years later, when Noder saw the Gypsies, think of that distant afternoon. Noder lying on the grass in a random look, the two floor of the coffee shop in the sun shining bright, like to evolve into a huge coffee beans. The weather is a bit cold, but the grass is still warm. Not far from where sat a gypsy girl, holding the tarot cards, with a headset, is on the edge of her dog. The dog looks a bit fierce, but the girl is pretty. Noder began to calculate the probability of success of a variety of ways to approach, however, the existence of the dog....... Strange things happened, the girl came over and put the headset on Nod...
[mobile development] 6.1, Studio Android Monitor Android overview
- Monitor Android helps you monitor the performance of your application to help you optimize, debug, and improve your performance. Following functions: 1, Log message, the system defined or defined by the developer. 2, memory, CPU and GPU usage. 3, the network situation (only in the physical device used) Monitor Android provides a variety of tools to view the application of real-time information. When you run, it will capture data and save it to a file where you can analyze multiple views. You can also run the application...
[programming language] HDU 5702 Order Solving (structure of the sort of water title)
- Title Link: pid=5702? Http://acm.hdu.edu.cn/showproblem.php Order Solving Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission (s): 184 Accepted Su...
[programming language] 51NOD 1279 throw plates (two points + thinking)
- The transmission gate has a well, and the height of the well is N, and the width of the transmission gate is changed every 1 units. Now throw the disc from the well head to the bottom, if the width of the disc is larger than the width of the well at a certain height, then the disc is stuck. There are several kinds of fate of the plate: 1, fell to the bottom of the well. 2, was stuck. 3, fell to the top of the other plate. The height of the plate is also the height of the unit. Given the width of the well and the width of each plate, the number of plates in the well will eventually fall. As shown in figure well and plate information is as follows: Well: 5643623 Plate: 23524 in the end there are 4...
Hot column
- Android advanced core knowledge.Browse volume: 192433
- DCOSBrowse volume: 147183
- Leetcode problem java versionBrowse volume: 297846
- Data structure and algorithmBrowse volume: 97391
- MySQL knowledge summary and improvementBrowse volume: 93707
Related knowledge base
Hot articles
- Openstack component deployment - and configure a compute node Nova_Install
- (multi-core DSP fast entry) 3 the use of EMCV image grayscale conversion of the single core DSP program
- Example analysis of the use of 5.SYS/BIOS (multi core DSP quick start)
- (multi core DSP quick start) 0 foreword +CCS installation
- (multi core DSP quick start) 1 to create a simple multi core DSP project HelloWorld
- (multi core DSP quick start) 6.IPC the use of examples of analysis
- (multi-core DSP quick start) 4 compiler test multi core DSP instance Vlfft
- C++ Lonely Nine Sword third - type diving in the deep (polymorphic mechanism)
- From 0 self C#11-- multi thread creation method summary and advantages and disadvantages
- XMLHttpRequest object
Latest comments
-
Python to achieve object positioning
Zr1076311296:@nmj2008: the use of the Internet of things laboratory equipment, he can receive GPS satellite positioning information
-
Android5.1 increases Ethernet settings (DHCP and IP Static)
Lianiq:Thank you to share, I do not know about Android just do drive development, but in accordance with your steps, I have already developed their own board 5.1.1...
-
Android custom RecyclerView to achieve real Gallery effect
U011405715:Studio Android can not run directly can try to put the original project in the'support compile...
-
YM Android imitation QQ5.0 sliding menu ResideMenu source analysis
Ghdmao:@cym492224103: can not ask for a look, I made a ACTION_MOVE at the time of less than two points screen width...
-
4.3, Studio 64K to break the limit of Android method
Hunanqi:That is, if the smallest version is set to more than 5, then nothing needs to be done.
-
Java to improve the article (one) - to understand the three characteristics of the java package
Luosiye312:Take the example of the above age in terms of you: the beginning of the age is a int type, package get () and set (), set needs to be introduced into the in...
-
Android study notes (21) -- using JDBC connection server database
Baidu_35175627:Bloggers this method is always running the error: to start activity Component Unable, plus...
-
Android based on the summary of the interview questions (five) ()
Sinat_30770903:Jiandan
-
Swing interface nested browser
Qq_20453707:Hello, I found that the code seems to be missing a part of the code can not be posted on the config?
-
Master Objective-C] memory management
Amazing7:Six hundred and sixty-six