近年来,随着Internet/Intranet建网技术的飞速发展和在世界范围内的迅速普及,计算机
应用程序已从传统的桌面应用转到Web应用。基于B/S(Browser/Server)架构的3层开发模式逐渐取代C/S(Client/Server)架构的开发模式,成为开发企业级应用和电子商务普遍采用的技术。
在Java语言中,JDBC(Java DataBase Connect...
分类:
数据库 时间:
2014-07-18 22:25:21
阅读次数:
368
有喜欢尝鲜的网友开始玩8.0了,可是版本还没发布,社区的很多特别好的模块还没有升级到8,所以经常碰到模块无法安装的问题。 No module name osv 网友提出将模块的 from osv import osv,fields 改为 from openerp.osv import osv,fie...
分类:
其他好文 时间:
2014-07-18 21:15:03
阅读次数:
196
Turbolinks[1]:Turbolinks makes following links in your web application faster.Instead of letting the browser recompile the JavaScript and CSS between ...
分类:
移动开发 时间:
2014-07-18 21:03:11
阅读次数:
253
在学习编写linux驱动程序的时候,一般都是从写一个helloworld的模块开始。但是在编译完成后,进行模块加载的时候,有时会出现如下错误:
insmod: error inserting 'hello.ko': -1 Invalid module format
其实,出现这个问题的原因很简单,就是:编译的内核版本与实机运行的内核版本不一致。
所以解决起来也很简单,实机运行的系统的代码树位置一般在/usr/src/kernels。只要将Makefile中的代码树改成实际运行的内核代码即可。...
分类:
其他好文 时间:
2014-07-18 17:08:15
阅读次数:
300
```php /** * Creates a new model. * If creation is successful, the browser will be redirected to the 'view' page. */ public function actionCreate()...
分类:
其他好文 时间:
2014-07-18 08:35:27
阅读次数:
250
在定义controller,module,service,and directive时有两种方式,方式一:var myModule = angular.module('myApp', []); myModule.controller('myCtrl', ['$scope', 'Project'...
分类:
Web程序 时间:
2014-07-17 18:31:11
阅读次数:
196
psutil - A cross-platform process and system utilities module for Python1. 安装pip 安装即可。windows 下需要安装 vs2008,否则报错:Unable to find vcvarsall.bat如果已经安装 vs2...
1、各种环境配置可以参考:http://blog.csdn.net/ruifdu/article/details/91205592、在Guohui的blog看到更详细的描述和例程。针对2.4.8版本的opencv,上文环境配置有个问题,需要注意,不然编译libnonfree.so会出错: 1)and...
分类:
移动开发 时间:
2014-07-17 18:21:35
阅读次数:
282
php: PHP Version 5.0.0b4apache: Apache/2.0.49 (Win32)1、做为apache2的cgi运行ScriptAlias /php/ "c:/php/"AddType application/x-httpd-php .phpAction applicatio...
分类:
Web程序 时间:
2014-07-17 13:36:11
阅读次数:
267
xilinx ise下载出现以下问题PROGRESS_START - Starting Operation.INFO:iMPACT:583 - '1': The idcode read from the device does not match the idcode in the bsdl Fil...
分类:
其他好文 时间:
2014-07-17 13:01:31
阅读次数:
955