码迷,mamicode.com
首页 >  
搜索关键字:use case    ( 38996个结果
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
在Win32控制台程序中使用CString
进入Project->Settings->General 下,在下拉框中选“Use MFC in a Static Library”(使用MFC做为静态链接库);然后添加头文件#include ,并且要放在其它头文件前。否则,会有#error : WINDOWS.H already included...
分类:Windows程序   时间:2014-05-19 20:42:44    阅读次数:317
mysql linux 备份脚本
#!/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陷阱
浅析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
MySQL 数据库常用命令小结
1、MySQL常用命令 create database name; 创建数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 表的详细描述 select 中加上d...
分类:数据库   时间:2014-05-18 20:09:16    阅读次数:502
SEGGER J-Link install
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
The J-Link hardware debugging Eclipse plug-in
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
mysql的相关命令整理
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)
oracle表连接之嵌套循环(Nested Loops Join)...
分类:数据库   时间:2014-05-15 18:38:23    阅读次数:539
2004-view-animation-shake
介绍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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!