码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Unity 特殊文件夹 : 位置不能随便放
有以下几个文件夹: Assets 用来存放资源的文件夹,包括各种材质.模型等 Editor 编辑器类等脚本 Editor Default Resources Editor scripts can make use of asset files loaded on-demand using theEd...
分类:编程语言   时间:2015-05-26 16:03:31    阅读次数:190
类函数成员指针
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt/* This is an example illustrating the use of the member...
分类:其他好文   时间:2015-05-26 15:56:52    阅读次数:108
Python 定时提取实时日志的程序
这是一个定时读取 实时日志文件的程序 。 目标文件是target_file. 它是应用程序实时写入的。 我要做的是,每个5秒钟,提取一次该日志文件中的内容,然后生成另一个文件。最后把这些文件都汇总。 请多多指教。#!/usr/local/bin/python # coding:utf-8import fileinput import time import ostarget_file = 'use...
分类:编程语言   时间:2015-05-26 14:22:00    阅读次数:262
pydev安装
url:http://pydev.org/download.html'Quick Install':LiClipseGet LiClipse fromhttp://www.liclipse.com(and help supporting PyDev) and use a native install...
分类:其他好文   时间:2015-05-26 12:32:25    阅读次数:134
提取xml属性导入Mysql
1.使用MySQL建表mysql>create database ganglia;mysql>show databases;mysql>use ganglia;mysql> create table class (NAME char(20), VAL char(40), TYPE char(10),...
分类:数据库   时间:2015-05-26 12:28:20    阅读次数:235
MySQL查看表结构命令
MySQL查看表结构SQL语句=mysql查看表结构命令,如下:desc 表名;show columns from 表名;describe 表名;show create table 表名;use information_schema; #切换到information_schema数据库select ...
分类:数据库   时间:2015-05-26 12:18:38    阅读次数:215
LeetCode的medium题集合(C++实现)十四
1 Sort Colors Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will use th...
分类:编程语言   时间:2015-05-26 10:46:21    阅读次数:177
读《effective C++》2
条款03:尽可能使用const(Use const whenever possible)1.const == 奇妙的事const的一件奇妙的事是,他允许你定义一个约束,(告诉编译器,这是一个“不该被改动的对象”),并且你这样做了之后编译器会协助你执行这条约束,使编译器成为你的助手。这确实是一件奇妙的...
分类:编程语言   时间:2015-05-25 23:58:27    阅读次数:297
【Ahoi2008】【lca】【bzoj1787】Meet 紧急集合
题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1787 题解: 求出三个点两两之间的lca会发现有两个是一样的,然后我们选那个不一样的就好了。 #include #include #include #include using namespace std; struct use{ int st,en; }b[5000001];...
分类:其他好文   时间:2015-05-25 22:39:25    阅读次数:130
Android 4.4 上实现透明导航栏和状态栏 Translucent system bar
Translucent system UI stylingTo get the most impact out of your content, you can now use new window styles and themes to request translucent system UI...
分类:移动开发   时间:2015-05-25 22:02:36    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!