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
进入Project->Settings->General 下,在下拉框中选“Use MFC
in a Static Library”(使用MFC做为静态链接库);然后添加头文件#include ,并且要放在其它头文件前。否则,会有#error :
WINDOWS.H already included...
#!/bin/sh# mysql data backup script## use mysqldump
--help,get more
detail.#BakDir=/root/back/mysqlLogFile=/root/back/mysql/mysqlbak.logDATE=`date
+%Y...
分类:
数据库 时间:
2014-05-19 10:58:24
阅读次数:
360
浅析C/C++中的switch/case陷阱 先看下面一段代码:
文件main.cpp#includeusing namespace std;int main(int argc, char *argv[]){ int a
=0; switch(a) { case ...
分类:
编程语言 时间:
2014-05-19 07:08:14
阅读次数:
429
1、MySQL常用命令 create database name; 创建数据库 use
databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe
tablename; 表的详细描述 select 中加上d...
分类:
数据库 时间:
2014-05-18 20:09:16
阅读次数:
502
Why J-Link?In case you wonder why GNU ARM
Eclipse decided to provide support to SEGGER J-Link, the short answer is:because
ofJ-Link EDUand of SWO.The ...
分类:
其他好文 时间:
2014-05-17 14:43:56
阅读次数:
907
QuicklinksIf you already know what are the
features of the new plug-in and just want to know how to install/use it, you can
directly skip to:J-Link in...
分类:
系统相关 时间:
2014-05-17 14:32:55
阅读次数:
890
1)show databases;-----显示mysql中所有的数据库。2)use
laohua;------选择所需要的数据库。这里我们选择“laohua”。3)show tables;----显示数据库下面的表单。4)creat table
TTL()--------创建表单。5)show t...
分类:
数据库 时间:
2014-05-17 14:22:23
阅读次数:
460
oracle表连接之嵌套循环(Nested Loops Join)...
分类:
数据库 时间:
2014-05-15 18:38:23
阅读次数:
539
介绍EditText颤抖的动画效果
Animation1.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except...
分类:
其他好文 时间:
2014-05-15 18:12:00
阅读次数:
345