码迷,mamicode.com
首页 >  
搜索关键字:site column    ( 11810个结果
freemarker自定义标签报错(三)
freemarker自定义标签 1、错误描述 freemarker.core.ParseException: Encountered " " at line 14, column 12 in myself.ftl. Was expecting one of: ... ... "false" ... "true" ... ... ....
分类:其他好文   时间:2014-06-09 23:38:56    阅读次数:355
CSS3的学习--实现瀑布流
基于CSS3实现瀑布流,使用CSS3的CSS 多栏(Multi-column)。可以到github上下载源码 : https://github.com/CraryPrimitiveMan/waterfall-css3
分类:Web程序   时间:2014-06-09 20:45:59    阅读次数:294
oracle 常用sql
--1,随机抽取一条数据select column from (select * from table order by dbms_random.value ) where rownum = 1;--2,选取一个表中的重复数据select column from table group by col...
分类:数据库   时间:2014-06-09 20:00:42    阅读次数:211
Windows Firewall Setting
If our web site hosted on web server canot be accessed by other computer by public network, one of the possiblity is the firewall setting is not confi...
分类:Windows程序   时间:2014-06-09 19:42:31    阅读次数:358
CSS3的学习--实现瀑布流
原文:CSS3的学习--实现瀑布流基于CSS3实现瀑布流,使用CSS3的CSS 多栏(Multi-column)。可以到github上下载源码 :https://github.com/CraryPrimitiveMan/waterfall-css3瀑布流,又称瀑布流式布局。是比较流行的一种网站页面布...
分类:Web程序   时间:2014-06-09 17:15:52    阅读次数:363
How to enable your website to public(set up your web server at home)
As a so exciting dream, I would like set up my owned web site which can be accessed anywhere nomatter from laptop/mobile phone or tablet. Current now ...
分类:Web程序   时间:2014-06-09 13:00:33    阅读次数:420
sharepoint ECMA 添加User到Site组
1 self.GetGroup = function (subSiteurl) { 2 var subClientContent = new SP.ClientContext(subSiteurl); //获取当前站点 3 var ...
分类:其他好文   时间:2014-06-09 00:11:33    阅读次数:250
nginx 设置错误的自定义404页面跳转到500
5年前写的站, 当时是在apache下写的error page, 换了nginx后, 404页面直接跳到了500 服务器内部错误. 只需要在配置 try_files 的时候指定一下就可以了 我的是debian, 在/etc/nginx/site-available/default 里面location / server{ location / { try_fi...
分类:其他好文   时间:2014-06-08 17:01:43    阅读次数:204
freemarker自定义标签报错(一)
freemarker自定义标签 1、错误描述 freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #macro on line: 12, column: 101, in template: myself.ftl in myself.f...
分类:其他好文   时间:2014-06-08 09:47:07    阅读次数:223
选定的数据存储区出现问题,原因可能是服务器名称或凭据无效,或者权限不足
问题: ASP.NET Configuration site->安全,报错“选定的数据存储区出现问题,原因可能是服务器名称或凭据无效,或者权限不足”解决:打开文件C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config找到...
分类:其他好文   时间:2014-06-07 21:14:32    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!