码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
解决404.13
Don't use runAllManagedModulesForAllRequests="true" when getting your MVC routing to workIt seems to be common advice to make your modules section of ...
分类:其他好文   时间:2015-07-10 12:52:39    阅读次数:237
Android GUI系统学习1:Gralloc
Gralloc模块是从Android Eclair(android 2.1)开始加入的一个HAL模块,Gralloc的含义为是Graphics Alloc(图形分配)。他对上为libui提供服务,为其分配显存,刷新显示等。对下对framebuffer进行管理。 gralloc代码通常位于hardware/libhardware/modules/gralloc目录下。包含以下几个文件: ...
分类:移动开发   时间:2015-07-10 11:20:31    阅读次数:286
20150709修改学校主页的代码
1、 访问学校主页外网时出现以下的问题,通过在内网服务器同步index.html后,访问外网正常,今天已phpcms\modules\admin\database.php文件,把原mysql_escape_string()改为mysql_real_escape_string_string()2、注意...
分类:其他好文   时间:2015-07-10 09:23:50    阅读次数:142
SQL Developer 警告--无法安装某些模块
第一次启动正常,第二次启动就开始报错,说无法安装某写模块。具体如下:警告--无法安装某些模块(Warning - could not install some modules)在oracle官方的论坛找到答案原文地址https://community.oracle.com/message/11110...
分类:数据库   时间:2015-07-09 14:29:27    阅读次数:528
Linux下开启关闭SeLinux
SELinux (Security-Enhanced Linux) in Fedora is an implementation of mandatory access control in the Linux kernel using the Linux Security Modules (LSM...
分类:系统相关   时间:2015-07-09 00:14:25    阅读次数:174
nodejs npm常用命令
npm是一个node包管理和分发工具,已经成为了非官方的发布node模块(包)的标准。有了npm,可以很快的找到特定服务要使用的包,进行下载、安装以及管理已经安装的包。1、npm install moduleNames:安装Node模块安装完毕后会产生一个node_modules目录,其目录下就是安...
分类:Web程序   时间:2015-07-08 18:27:23    阅读次数:160
WEBRTC源码片段分析(1)音频缓冲拷贝
源码位置webrtc/webrtc/modules/audio_device/ios/audio_device_ios.cc函数OSStatus AudioDeviceIPhone::RecordProcessImpl( A...
分类:Web程序   时间:2015-07-08 14:25:18    阅读次数:266
OpenCV 源码中分水岭算法 watershed 函数源码注解
为了研究分水岭算法,阅读了OpenCV 2.4.9 中watershed函数的源码实现部分,代码位于 opencv\sources\modules\imgproc\src\segmentation.cpp 文件中。先贴出加了注解的代码,以后补充对分水岭算法的解释。#include "precomp.hpp"/**********************************************...
分类:编程语言   时间:2015-07-07 22:51:38    阅读次数:675
PHPCMS \phpsso_server\phpcms\modules\phpsso\index.php、\api\get_menu.php Authkey Leakage
PHPCMS \phpsso_server\phpcms\modules\phpsso\index.php、\api\get_menu.php Authkey Leakage
分类:Windows程序   时间:2015-07-06 21:26:25    阅读次数:156
设计模式六大原则-OCP
开闭原则(Open Closed Principle)是Java世界里最基础的设计原则,它指导我们如何建立一个稳定的、灵活的系统。定义:一个软件实体如类、模块和函数应该对扩展开放,对修改关闭。Softeware entities like classes,modules and functions ...
分类:其他好文   时间:2015-07-05 16:26:51    阅读次数:103
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!