select * from emp;
#注释#---------------------------#----命令行连接MySql---------#启动mysql服务器net start
mysql#关闭net stop mysql#进入mysql -h 主机地址 -u 用户名 -p 用户密码#退...
分类:
数据库 时间:
2014-04-30 04:24:45
阅读次数:
671
GPGSA( 当前卫星信息)
例:$GPGSA,A,3,01,20,19,13,,,,,,,,,40.4,24.4,32.2*0A 字段0:$GPGSA,语句ID,表明该语句为GPS DOP
and Active Satellites(GSA)当前卫星信息 字段1:定位模式(选择2D/3D)...
分类:
其他好文 时间:
2014-04-30 03:56:03
阅读次数:
644
UML diagrams compliment inline documentation
(javadoc) and allow to better explore / understand a design. Moreover, you can
print and bring them to ta...
分类:
编程语言 时间:
2014-04-30 03:48:50
阅读次数:
716
Hide demoDownloadIn this article I’m going to
explain how to create Google combo chart example with database in ASP.NET.
Google charts allows you ...
分类:
数据库 时间:
2014-04-30 02:56:31
阅读次数:
775
菜单"File" - "Reverse Engineer" - "DataBase"弹出来
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:
数据库 时间:
2014-04-30 02:46:10
阅读次数:
585
Given preorder and inorder traversal of a tree,
construct the binary tree.Note:You may assume that duplicates do not exist in
the tree.思路:由前序遍历数组和中序遍历...
分类:
其他好文 时间:
2014-04-30 02:20:33
阅读次数:
366
--###################################################################################/*
缩写:DDL(Database Definition Language): 数据库定义语言DML(Database Mani...
分类:
数据库 时间:
2014-04-30 00:14:15
阅读次数:
970
参考文档:http://hi.baidu.com/posinfo/item/dc3e73584c535cc9d2e10c27 C++
sort函数用法FROM:http://hi.baidu.com/blackdemonfish/blog/item/e2c1d655d702a45ed0090652....
分类:
编程语言 时间:
2014-04-28 14:22:25
阅读次数:
706
1.创建一个物理Standby数据库 详细见11g Physical Standby配置
2.Standby数据库取消managed recovery ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
CANCEL;3.主库配置 1)主库修改LOG_AR...
分类:
数据库 时间:
2014-04-28 13:48:42
阅读次数:
787
这个问题困扰了挺久,网上找了挺多方法 都太好使。分几种情况。1.如果查询结果
转换,那比较容易。var q = from c in db.Customers where c.Country == "UK" || c.Country ==
"USA" select new { ...
分类:
其他好文 时间:
2014-04-28 11:56:12
阅读次数:
620