在eclipse中启动tomcat时出现Setting property 'source' to 'org.eclipse.jst.jee.server:你的站点名' did not find a matching property错误
解决办法:
1、在server控制台内,在服务器上点右键--属性
2、general选项卡中点switch location
...
分类:
Web程序 时间:
2015-04-22 15:18:48
阅读次数:
168
1.WPF加载时进行全局设置 Newtonsoft.Json.JsonSerializerSettings setting = new Newtonsoft.Json.JsonSerializerSettings(); JsonConvert.DefaultSettings =...
分类:
Web程序 时间:
2015-04-21 17:23:21
阅读次数:
218
<title>SEO标题</title><metaname="keywords"content=‘seo关键字‘/><metaname="Description"content=‘seo描述‘/><linkrel="ShortcutIcon"href="/uploadfiles/Setting/1504081700_23300.ico"/>
分类:
其他好文 时间:
2015-04-21 11:25:04
阅读次数:
103
How to guide for getting a classic asp application working under IIS 7.0, resolved error number=3704
Operation is not allowed when the object is closed...
分类:
移动开发 时间:
2015-04-20 11:12:38
阅读次数:
220
1、django install : python setup.py install
测试: import django
2、创建项目
django-admin.py startproject project_name
3、修改设置
vim setting.py,可以设置database,时区,默认语言,
添加模块installed_apps –>’bl...
分类:
编程语言 时间:
2015-04-18 20:39:46
阅读次数:
176
XCode版本变化会带来一些问题,老项目直接升级还好,新开项目会遇到一些问题,
这个帖子记录一些遇到的问题.
Xcode6中去掉了pch文件
pch是预编译文件,我们的一些头文件导入会写到这里如Foundation.h,如果你项目里有的文件没写没有的话,基本就挂了,需要手动写一边.
如果你想有pch需要在building setting中的precompile header设置下路径$(SRC...
分类:
其他好文 时间:
2015-04-18 16:10:42
阅读次数:
114
直击现场 这个东东可以用来做插件LFTP 4.6.2 发布,新增特征如下:* new command "edit" instead of the edit alias.* new setting ssl:priority for disabling selected protocols.* new ...
分类:
其他好文 时间:
2015-04-17 19:46:56
阅读次数:
162
1.
建立一个project
2.
创建第一个页面
3.
创建一个app
4.
然后给app增加一个页面
4.1
在setting里面配置:
在url中添加
创建views
然后
就可以通过127.0.0.1:8000 访问了
5.
配置数据库
在setting中修改database信息
check看是否连接...
分类:
数据库 时间:
2015-04-17 13:59:31
阅读次数:
135
许久没更新博客啦,这两天研究了下 SASS 和 LESS ,最终选了 SASS,因为相对比较成熟些吧,试了很多坑之后,终于成功了,下面上步骤:
1. 安装 PHPStorm 的 SASS 插件
好像是自带了该插件的,如果没有的话,就打开 setting -> plugins 自己安装一个吧,就不多说了
2. 安装 Ruby
Windows 版本下载地址:
htt...
分类:
Web程序 时间:
2015-04-15 17:07:28
阅读次数:
190
post方式不同于get方式可以被django直接得到,因为django为post加入了csrf保护, 文档地址https://docs.djangoproject.com/en/dev/ref/csrf/在setting.py里'django.middleware.csrf.CsrfViewMid...
分类:
Web程序 时间:
2015-04-15 11:16:08
阅读次数:
167