之前一直在windows下用source
insight阅读android源码,效果非常好。后来远程异地服务器,网络限制,一直用ssh +
vim,现在主要还是以这种方式。最近发现一个不错的东西(早就有了),在android源码中有这么一个目录development/tools/idegen。顾名思...
分类:
移动开发 时间:
2014-05-12 04:55:38
阅读次数:
370
Windows 8的一个既安全又蛋疼之处是UAC的行为被改变了。以往在Windows
7中,只要关闭了UAC,自己的帐号又是本机管理员组的,任何程序都会以管理员身份启动。然而,在Windows
8上,我们不能关闭UAC,那样的话Metro程序就一个都启动不了了。作为微软技术的码农,我们通常要让Vis...
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows;using
System.Windows.Controls;using System.Wind...
分类:
其他好文 时间:
2014-05-12 04:19:45
阅读次数:
244
Windows平台下PHP开发环境的配置一、基本环境1、Windows XP 32位2、Apache
2.2.25,下载地址:http://mirror.bit.edu.cn/apache/httpd/binaries/win32/httpd-2.2.25-win32-x86-openssl-0.9...
CURL邮件列表中提到官方最新版本的windows
devel包中缺少文件,而我又用不到https,所以我就自己下载源码包来编译了
下载源码包:http://curl.haxx.se/download/curl-7.36.0.tar.gz 解压包: tar
-zxvfcurl-7.36.0...
分类:
其他好文 时间:
2014-05-12 02:50:35
阅读次数:
271
1 ; 脚本由 Inno Setup 脚本向导 生成! 2 ; 有关创建 Inno Setup
脚本文件的详细资料请查阅帮助文档! 3 ;Inno Setup 是一个免费的 Windows 安装程序制作软件。 4 ;第一次发表是在 1997 年,Inno
Setup 今天在功能设置和稳定性...
分类:
其他好文 时间:
2014-05-12 02:25:00
阅读次数:
448
我们在Windows下使用Visual Studio
2012开发游戏的时候,使用标签中包含中文时候会出现乱码或无法显示,如下图所示:而应该显示的中文是如下图所示:HelloWorldScene.cpp中init函数如下:[html]view
plaincopyboolHelloWorld::ini...
分类:
其他好文 时间:
2014-05-12 01:22:18
阅读次数:
438
Windows界面编程第一篇 位图背景与位图画刷
可以通过WM_CTLCOLORDLG消息来设置对话框的背景,MSDN上对这个消息的说明如下:TheWM_CTLCOLORDLGmessage is sent
to a dialog box before the system draws the di...
分类:
Windows程序 时间:
2014-05-12 00:56:39
阅读次数:
1748
第一步、以windows验证模式进入数据库管理器。第二步:右击sa,选择属性:在常规选项卡中,重新填写密码和确认密码(改成个好记的)。把强制实施密码策略去掉。第三步:点击状态选项卡:勾选授予和启用。然后确定第四步:右击实例名称选择属性。第五步:点安全性,确认选择了SQL
SERVER 和Window...
分类:
数据库 时间:
2014-05-11 15:27:11
阅读次数:
455
1.给root账户授权所有sql权限
grant all privileges on *.* to root@"%" identified by ".";flush privileges;
2.建立bat批处理文件
@echo off
set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin
set y=%date:~0,4%
s...
分类:
数据库 时间:
2014-05-11 03:11:33
阅读次数:
406