全部文章
最近一直挺忙的,项目要从mssql转到MySQL,从来没接触过MySQL,话费了几天时间看出入教程,今天下班早点,将一些指点点记下,增加印象,也方便以后查阅。 首先是MySQL的一个sql分页。1 USE jinriyou;2 3 SET @START=(@PageIndex-1)*@PageSiz...
分类:数据库技术 时间:2014-03-31 14:56:29 收藏:0 阅读:640
Netscape Navigator 在 90 在年代中期对 JavaScript 进行了集成,这让网页开发人员对 HTML 页面中诸如 form 、frame 和 image 之类的元素的访问变得非常容易。由此 JavaScript 很快成为了用于定制控件和添加动画的工具,到 90 年代后期的时候...
分类:编程语言 时间:2014-03-31 14:57:29 收藏:0 阅读:587
由于本人近期在做软件无线电的课题,需要用到ubuntu的系统,花了大概一个下午的时间成功在电脑上安装了ubuntu系统,并且原来的Windows 7没有受到任何的影响。由于自己是新手,在安装系统的过程中,我上网查了不少资料,发现网上有一些资料有错误,有一些说的不够详细,因此,决定把自己的安装过程记录...
分类:Windows开发 时间:2014-03-31 14:58:37 收藏:0 阅读:597
1. Please choose the right statement about const usage: A. const int a; //const integer B. int const a; //const integer C. int const *a; //a pointer w...
分类:其他 时间:2014-03-31 15:00:55 收藏:0 阅读:562
参考资料: 《ARM体系结构与编程》 《嵌入式Linux应用开发完全手册》 http://www.chinaunix.net/old_jh/4/1021226.html 更多文档参见:http://pan.baidu.com/s/1mg3DbHQ 本文针对arm linux, 从kernel的第一条...
分类:系统服务 时间:2014-03-31 15:04:08 收藏:0 阅读:1081
Abstract. Triangle is a 2D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project in the school of Comput...
分类:其他 时间:2014-03-31 15:09:30 收藏:0 阅读:664
jquery应用实例1jquery应用实例2
分类:Web开发 时间:2014-03-31 15:11:35 收藏:0 阅读:639
非降序排列 1 #include 2 #include 3 using namespace std; 4 const int N = 10; 5 int a[N]; 6 int main() { 7 //freopen("in.txt", "r", stdin); 8 int n; 9 scanf(...
分类:其他 时间:2014-03-31 15:12:41 收藏:0 阅读:491
Zookeeper注册中心安装建议使用dubbo-2.3.3以上版本的zookeeper注册中心客户端。Zookeeper是Apache Hadoop的子项目,强度相对较好,建议生产环境使用该注册中心。Dubbo未对Zookeeper服务器端做任何侵入修改,只需安装原生的Zookeeper服务器即可...
分类:其他 时间:2014-03-31 15:17:58 收藏:0 阅读:607
#includeint main(){ int i,j,k; for(i=1;i<5;i++) for(j=1;j<5;j++) for(k=1;k<5;k++) { if(i!=j&&j!=k&&k!=i) printf("%d%d%d\n",i,j,k); } return 0;}
分类:其他 时间:2014-03-31 15:18:58 收藏:0 阅读:413
1316187316188316189323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!