码迷,mamicode.com
首页 >  
搜索关键字:webdynpro config    ( 25060个结果
WIN7安装IIS后无默认网站(Default Web site)解决方案
1.找到资源,复制到如下文件夹下: config文件夹复制到C:\Windows\System32\inetsrv\config文件夹下 inetpub文件夹复制C:\inetpub文件夹下 能替换的替换,不能替换的跳过 重新打开intenet信息服务(IIS)管理器,里面就能看到Default Web site了。 此时,在浏览器输入:http://127.0.0.1,有可能还会提示4...
分类:Windows程序   时间:2014-05-15 14:57:42    阅读次数:414
UEditor编辑器上传图片开发流程
在ueditor目录下找到uedior.config.js,找到如下三行:,imageUrl: "/servlet/UploadServlet" //图片上传提交后台对应的地址,imagePath: "/ueditor/" //图片在服务器上的存储目录,imageFieldName: "upload...
分类:其他好文   时间:2014-05-15 13:53:35    阅读次数:213
恢复Cisco 2960交换机密码
重启交换机,按住mode键。flash_initswitch:dirflash:switch:renameflash:config.textflash:config.oldswitch:bootWouldyouliketoentertheinitialconfigurationdialog?[yes/no]:noSwitch>enSwitch#renameflash:config.oldflash:config.textDestinationfilename[config.text]..
分类:其他好文   时间:2014-05-15 12:46:02    阅读次数:279
js调用后台方法 (AjaxPro.2.dll的基本使用)
1. 在web.config文件中的<system.web>加入以下设置2. 添加一个页面,页面名称为Defalut.aspx在后台Defalut.aspx.cs页面写以下代码:protected void Page_Load(object sender, EventArgs e){ AjaxPr....
分类:Web程序   时间:2014-05-15 12:04:12    阅读次数:264
编译及load mydqli.so文件
(1)cd /usr/local/php-5.2.17/ext/mysqli(2)输入/usr/local/php/bin/phpize 回车(3)./configure --prefix=/usr/local/mysqli --with-php-config=/usr/local/php/bin....
分类:其他好文   时间:2014-05-15 09:34:06    阅读次数:292
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from
?? 解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,...
分类:编程语言   时间:2014-05-15 07:08:36    阅读次数:313
configure: error: mysql configure failed. Please check config.log for more information.
configure: error: mysql configure failed. Please check config.log for more information....
分类:数据库   时间:2014-05-15 05:15:02    阅读次数:318
asp.net设置默认打开页面,Web.config,defaultDocument
The web.config file can be used to set a default document, or list of default documents for your website. Web.config can be used to change the defau.....
分类:Web程序   时间:2014-05-15 02:21:15    阅读次数:448
Android 4.4 KitKat 支持 u 盘功能
Android U 盘功能实现和分析 u 盘功能实现结果: u 盘会当成 usb storage 在 Settings Storage 里面显示。 准备工作 内核需支持 usb host,需支持 FUSE 文件系统,在 FS 选项里面配置即可(CONFIG_FUSE_FS=y)。 Android 的配置 配置 init..rc mkdir /sto...
分类:移动开发   时间:2014-05-14 20:58:54    阅读次数:1271
uboot 2013.01 代码简析(1)开发板配置
u-boot下载地址:ftp://ftp.denx.de/pub/u-boot/u-boot-2013.01.01.tar.bz2下载之后对该文件进行解压。我试着分析smdk2410_config对应的代码执行流程,接触u-boot时间较短,有不周之处还请见谅。通常执行u-boot第一步就是进行开发...
分类:其他好文   时间:2014-05-14 14:04:19    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!