码迷,mamicode.com
首页 >  
搜索关键字:comment    ( 4550个结果
IndentationError: unindent does not match any outer indentation level
先上一个有用的连接:http://www.crifan.com/python_syntax_error_indentationerror/comment-page-1/ IDE用的Sublime Text 2,绝大多数时候自动对齐没有问题,但是把一段代码剪切换位置后始终报错Indentatio...
分类:其他好文   时间:2016-01-11 22:02:59    阅读次数:150
MySQL mmm 高可用配置
10.10.10.20:监控端10.10.10.21:主10.10.10.22:主10.10.10.23:从10.10.10.24:从yum-yinstallmysqlmysql-serverservicemysqldstartyum-yinstallmysql-mmm*useradd--comment"MMMScriptowner"--shell/sbin/nologinmmmdyum-yinstallperl-Time-HiRes*GRANTREPLICATIONCLIENTON*..
分类:数据库   时间:2016-01-09 18:47:09    阅读次数:246
C++ 键盘钩子
#include #pragma comment(lib, "User32.lib")HHOOK g_hKeyboard = NULL;#pragma data_seg("MySec")#pragma data_seg()#pragma comment(linker,"/section:MySec,...
分类:编程语言   时间:2016-01-07 20:00:58    阅读次数:243
strcmp和==比较
#include #include #include #include #include using namespace std; #pragma comment(lib, "winmm.lib") int StringCompare(){ string strSource = "hello wor...
分类:其他好文   时间:2016-01-06 11:55:38    阅读次数:163
添加Java文档注释
一、在Eclipse中add javadoc comment的快捷键为:快捷键为:ALT + SHIFT +J二、Window-->Preferences-->General-->Keys;找到"add javadoc comment"更改自己喜欢的快捷键。三、另外如果觉得注释也不爽时也可以改改,修...
分类:编程语言   时间:2016-01-05 12:12:46    阅读次数:210
MAC安裝《Genymotion Android模擬器》大玩Android APP (神魔之塔)
链接地址:http://www.minwt.com/mac/10083.html/comment-page-2MAC»智慧型裝罝» Android| 2014/02/12 Android是一個開放的平台,因此先前也分享了幾個Android的模擬器,但當初梅干使用Android模擬器,最主要的功能就....
分类:移动开发   时间:2016-01-04 23:59:25    阅读次数:427
Linux 配置Samba
配置Samba 如果没有普通用户,添加用户,指令: useradd -m aaa passwd bbb 添加Samba用户指令: smbpasswd -a aaa passwdword: …… 修改配置文件/etc/samba/smb.conf[aaa] comment = aaa ...
分类:系统相关   时间:2016-01-02 22:24:10    阅读次数:251
Win32中TreeView控件的使用方法,类似于资源管理器中文件树形显示方式
首先是头文件,内容如下:#include #include "..\CommonFiles\CmnHdr.h"#include #include #include #include "resource.h"#pragma comment (lib,"comctl32.lib")BOOL InitTr...
分类:Windows程序   时间:2015-12-31 22:58:00    阅读次数:1977
CEGUI0.8.4例子
#define GLUT_DISABLE_ATEXIT_HACK#pragma comment(lib,"glew32.lib")#include#include#include#include#include#include #include#include#include #includevoi...
分类:其他好文   时间:2015-12-29 21:01:44    阅读次数:300
rsyncd的配置文件
默认没有/etc/rsync.conf配置文件,要自己创建。然后写入配置内容:usechroot=nohostsallow=10.0.0.0/24hostsdeny=*[pro]path=/var/www/project/comment=project1uid=www-datagid=www-datareadonly=falsehostsallow=*[pro_dev]path=/var/rsync/project/dev/comment=project1DEV..
分类:其他好文   时间:2015-12-29 19:36:23    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!