菜单"File" - "Reverse Engineer" - "DataBase"弹出来 
New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似 
jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
                            
                            
                                分类:
数据库   时间:
2014-04-30 02:46:10   
                                阅读次数:
585
                             
                         
                    
                        
                            
                            
                                Listing 1: Setting up data binding for the 
Rating 
controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 01:57:00   
                                阅读次数:
517
                             
                         
                    
                        
                            
                            
                                转载自:http://blog.csdn.net/onestep365/article/details/1897626#include #include 
#include int main(){ char *str = (char *)malloc(100); strcpy(str, "hello"...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 01:51:48   
                                阅读次数:
427
                             
                         
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using System.Text;u...
                            
                            
                                分类:
Windows程序   时间:
2014-04-28 04:36:58   
                                阅读次数:
1052
                             
                         
                    
                        
                            
                            
                                Oracle的数据字典表dba_objects包含了两个字段,object_id, 
data_object_id,官方文档上的解释是:object_id: Dictionary object number of the 
object.Data_object_id: Dictionary object...
                            
                            
                                分类:
数据库   时间:
2014-04-28 04:23:13   
                                阅读次数:
725
                             
                         
                    
                        
                            
                            
                                1.创建数据库:create database database_name;2.选择数据库:use 
database_name;3.创建表:create table tablename(column1 data_type1, column2 
data_type2,...,columnn dataty...
                            
                            
                                分类:
数据库   时间:
2014-04-28 02:34:53   
                                阅读次数:
560
                             
                         
                    
                        
                            
                            
                                using System;using 
System.Collections.Generic;using System.ComponentModel;using System.Data;using 
System.Drawing;using System.Linq;using System.Text;u...
                            
                            
                                分类:
Windows程序   时间:
2014-04-27 23:51:43   
                                阅读次数:
1188
                             
                         
                    
                        
                            
                            
                                Reference:[1] Mobile Data Offload for 3G 
Networks[2] Mobile Data Offloading through Opportunistic Communications and 
Social Participation[3] Femtocell...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 23:49:41   
                                阅读次数:
649
                             
                         
                    
                        
                            
                            
                                《Introduction to Data Mining》 《Data Mining : 
Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》 
《Pattern Recognition and Machin...
                            
                            
                                分类:
其他好文   时间:
2014-04-27 23:32:07   
                                阅读次数:
526
                             
                         
                    
                        
                            
                            
                                自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。 
var tree = new Ext.tree.TreePanel({
flex: 1,
animate: true,  
autoScroll: true,
anchor: '100% 93%',
store: new Ext.data.TreeStore({
root:{
expanded: true...
                            
                            
                                分类:
Web程序   时间:
2014-04-27 19:00:19   
                                阅读次数:
1278