Blog weekly summary

This time last year was just my first blog. It's just a year now, so I should have a summary to give myself a reflection. As the saying goes, the man who often reflects will not be too bad; If I write a blog, it is better to write study notes. At

Common Mac commands

Command for displaying Mac hidden files: Defaults write com. Apple. Finder appleshowallfiles-bool true Command for hiding Mac hidden files: Defaults write com. Apple. Finder appleshowallfiles-bool false Or Command for displaying hidden Mac files:

[Window7 problem-1] virtual WiFi creation and Deletion

I. Create 1. Run as administrator to open the CMD window. 2. InputNetsh WLAN set hostednetwork mode = allow SSID = Alex key = password_me" The SSID is the name of WiFi, and the key is the password of wifi. If the prompt is successful, the

Warning in jsonkit after xcode upgrade to 4.4

Direct access to objective-C's Isa is deprecated in favor of object_setclass () and object_getclass () Replace object-> Isa with object_getclass (object)Replace keyobject-> Isa with object_getclass (keyobject)(ID) Keys [idx]-> ISA is replaced with

Linker command failed with exit code 1 (use-V to see Invocation) Error debugging caused by adding a third-party class library

Linker command failed with exit code 1 (use-V to see Invocation) This error seems to have been encountered more than once. When I want to use a third-party class library (such as sbjson ), I directly copy the class library file to the project

Custom navgationbar return button

On iOS, The uinavigationcontroller view can push many views without restrictions in the current view. However, some of the push buttons that come with them are not beautiful enough, and when the title of the previous page is very long, the return

KVC, KVO, and notifications

KVC: KVC (nskeyvaluecoding) "Key-value-encoding" is a mechanism for indirect access to object attributes (characterized by strings, instead of calling the method or point (.) syntax to access the properties of the object. Therefore, all attributes

Nsuserdefaults storage username and password

First, define in appdelegate. h. Nsdictionary * userdefaults; @ Property (nonatomic, retain) nsdictionary * userdefaults; In appdelegate. m @ synthesize userdefaults; // Local storage Password Nsuserdefaults * userdefault = [nsuserdefaults

Asynchronously load uiimageview

# Import @ Interface asyncimageview: uiview {// Cocould instead be a subclass of uiimageview instead of uiview, depending on what other features you want// To build into this class? Nsurlconnection * connection; // keep a reference to the connection

TCP/IP (2)

I. ARP: Address Resolution ProtocolFirst look: C:\Documents and Settings\xiaoj>arp -a Interface: 192.1.8.84 on Interface 0x1000003 Internet Address Physical Address Type 192.1.8.12 00-0b-cd-03-c4-27 dynamic 192.1.8.15

How to Use spring's scope:

  How to Use spring's scope: Scope is used to configure the scope of spring bean, which identifies the scope of bean.Before spring2.0, beans have only two scopes: Singleton (Singleton), non-singleton (also known as prototype), and spring2.0, added

Difference between get and load in hibernate

Difference between session. Get and session. Load1. for the get method, Hibernate checks whether the data corresponding to this ID exists. First, it searches in the session cache and then in the second-level cache. If no data exists, it queries the

Dangerous character filtering classes applicable to interactive modules such as forums

Using system;Using system. IO;Using system. text;Using system. Text. regularexpressions;Using system. runtime. remoting;Using system. runtime. remoting. proxies;Using system. runtime. remoting. messaging;Using system. reflection; Namespace

JBoss startup parameters)

JBoss Bootstrap Environment Jboss_home:/usr/Java/jboss4 Java:/usr/Java/j2sdk/bin/Java Java_opts:-dprogram. Name = run. Sh-server-xms128m-xmx512m-dsun. RMI. DGC. Client. gcinterval = 3600000-dsun. RMI. DGC. server. gcinterval =

Birt deployed on JBoss

To deploy Birt to JBoss, follow these steps: 1, Download the ZIP file of the birtruntime environment. The file name is birt-runtime-version).zip. version # indicates the specific version number. 2, Decompress the ZIP file, find a folder named

After logon, the user jumps to the URL jump before logon.

In websites with user logon, there will be pages that require user logon before operation. If a user can jump to the previous page after logon, it will give the user a good experience, it also makes it easier for them to browse pages to be operated.

Traverse the folder and determine the file format

  There is a folder a under drive F, a folder is under the 2012-2-2-2-22-22 folder, and 3. affix1 and 3. his1 under the 2012-2-2-22-22 folder.   Protected void button#click (Object sender, eventargs E){String name = "";Directoryinfo thefolder = new

[Others-3] create and manage git branches

1. Create a local branchGit branch name, for example: git branch 2.0.1.20120806 Note: 2.0.1.20120806 is the branch name, which can be defined at will. 2. Switch the local branchGit checkout branch name, for example, switch from Master to branch:

Postgraduate Review (4)-stack operations

I finally finished the stack, but I am still too lazy. The main algorithm is 1) number hexadecimal conversion 2) parentheses matching 3) Row editing Let's take a look at the maze first .... # Include # Include # Define Max size 100# Define

Cainiao also learns ogre-the first ogre Program

Here we refer to the basic ogrewiki tutorial, which uses the Ogre wiki tutorial framework provided on the Internet. Use cmake to compile and execute.First look at the final result: Core code:Void tutorialapplication: createscene (void){Mscenemgr->

Total Pages: 64722 1 .... 28479 28480 28481 28482 28483 .... 64722 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.