昨天有学习ASP.NET MVC的publish和IIS发行网站《简单的ASP.NET MVC发布》http://www.cnblogs.com/insus/p/4466200.html。今天有在IIS :发行另一个网站,在浏览时,它得到一个错误error提示:Access is denied。Se...
分类:
数据库 时间:
2015-04-30 10:29:58
阅读次数:
234
学习这样久的ASP.NET MVC,但一直没有实现过发布MVC程序。今天来试试。分两个部分进行,先是第一部分,Visual Studio的publish:创建一个带有实例的ASP.NET MVC: WebApp1点击"OK"铵钮:接下来,在Solution Explorer中,右击应用程序,选择pu...
分类:
Web程序 时间:
2015-04-29 19:07:52
阅读次数:
114
1.下载 http://files.cnblogs.com/files/swanestle/app.publish.zip 解压缩2.下载安装 sql2005 express 32 bithttp://www.microsoft.com/zh-cn/download/details.aspx?id=...
分类:
其他好文 时间:
2015-04-29 13:31:54
阅读次数:
153
1.全局排除依赖:allprojects { apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: 'maven-publish-auth' apply plugin: 'ap...
分类:
其他好文 时间:
2015-04-28 15:49:15
阅读次数:
134
在Repository的settings中明明有"Your site is published at?http://xxxxx.github.io/resume" 但是点击却是404页面 请检查注册github时填写的邮箱里是否有publish fail的邮件,一般邮件里有失败提示。 我是没有在...
分类:
其他好文 时间:
2015-04-27 18:35:35
阅读次数:
110
Fox And Namestime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFox Ciel is going to publish a pape...
分类:
编程语言 时间:
2015-04-24 11:59:59
阅读次数:
145
发布
package com.chiwei.redis;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import redis.clients.jedis.Jedis;
public cla...
分类:
其他好文 时间:
2015-04-17 11:23:51
阅读次数:
190
Class Overview AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads a...
分类:
其他好文 时间:
2015-04-16 06:53:18
阅读次数:
167
这是由eclipse在调试的时候超过了45秒的原因.解决方法:1.修改workspace.metadata.pluginsorg.eclipse.wst.server.core 中servers.xml文件。将start-timeout="1000" 的值设大一点,重启tomcat2 Multipl...
分类:
其他好文 时间:
2015-04-11 22:11:46
阅读次数:
1357