码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
64 位python libxml2安装
1. 显示python没有在注册表中定义## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry settings## writ...
分类:编程语言   时间:2014-05-20 01:22:12    阅读次数:392
Multi-Thread 1: how to use synchronized
1. synchronized If two threads are using the same function( here we use output to print out string) of another instance, if we want to make sure that these two threads are not disturbing each other. ...
分类:其他好文   时间:2014-05-15 11:14:14    阅读次数:389
Don’t Assume – Per Session Buffers
MySQL has a number of global buffers, i.e. your SGA. There are also a number of per session/thread buffers that combined with other memory usage const...
分类:其他好文   时间:2014-05-15 07:34:17    阅读次数:307
Hive常用命令
创建表: hive> CREATE TABLE pokes (foo INT, bar STRING);          Creates a table called pokes with two columns, the first being an integer and the other a string 创建一个新表,结构与其他一样 hive> create table n...
分类:其他好文   时间:2014-05-15 07:07:58    阅读次数:303
遵照std::allocator实现自定制的内存分配器
下面是标准库STL中allocator的实现 template class allocator : public _Allocator_base { // generic allocator for objects of class _Ty public: typedef allocator other; typedef _Allocator_base _Mybase; t...
分类:其他好文   时间:2014-05-15 05:05:57    阅读次数:385
Eclipse查询MySql、添加中文乱码问题
一、设置MyEclipse的字符编码,步骤如下: 1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8; 2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:数据库   时间:2014-05-15 04:18:55    阅读次数:299
C中字符串常见操作
#include #include #include #include #include // #include int main(void){ char str1[]="This is the first string"; char str2[]="That is the other string"; // printf(strcpy(str1,str...
分类:其他好文   时间:2014-05-15 01:39:40    阅读次数:348
黑马程序员——基础加强篇
-------android培训、java培训、期待与您交流!----------MyEclipse相关知识Workspace与project切换工作空间:File---SwitchWorkspace---Other一个工作间包含多个工程,切换工作间之后,会影响里面的工程,例如快捷键什么的都要重新配置如果重新配了之后快捷键还没有用就要考虑..
分类:其他好文   时间:2014-05-14 17:01:52    阅读次数:304
sticky bit
?Sticky Bit这个Sticky Bit当前只针对目录有效,对文件没有效果。SBit对目录的作用是:“在具有SBit的目录下,用户若在该目录下具有w及x权限,则当用户在该目录下建立文件或目录时,只有文件拥有者与root才有权力删除”。换句话说:当甲用户在A目录下拥有group或other的项目...
分类:其他好文   时间:2014-05-13 16:57:50    阅读次数:288
其他类如何访问一个类的内部类?
第一步:首先实例化内部类所在的外部类。第二步:使用外部类.内部类的形式实例化内部类public class Outer{ public class Inner{ 。。。 }}public class Other{ public static void main(String args[]){...
分类:其他好文   时间:2014-05-11 22:57:37    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!