随笔分类 -  Umbraco

上一页 1 2

Umbraco examine search media folder 中的pdf文件
摘要:可以参考的文章 http://sleslie.me/2015/selecting-media-using-razor-slow-performance-examine-to-the-rescue/ http://stackoverflow.com/questions/21710897/umbraco 阅读全文

posted @ 2017-05-08 10:50 新西兰程序员 阅读(174) 评论(0) 推荐(0) 编辑

Umbraco back office 登录不了,如何解决
摘要:通过设置User的默认密码为"default", 它的Hash值为 bnWxWyFdCueCcKrqniYK9iAS+7E= 所以在SQL Server中执行以下脚本 UPDATE umbracoUser set userNoConsole=0, userdisabled=0, userLogin= 阅读全文

posted @ 2017-03-23 09:37 新西兰程序员 阅读(283) 评论(0) 推荐(0) 编辑

Hash和Salt Umbraco 默认的password存储方式
摘要:本文章转载自 http://blog.reneorban.com/2014/10/hash-and-salt-umbraco-passwords.html Hash and Salt Umbraco passwords By default right now (I'm testing on ver 阅读全文

posted @ 2017-03-09 10:44 新西兰程序员 阅读(299) 评论(0) 推荐(0) 编辑

ASP.NET MVC (Umbraco)中如何设置网站超时自动退出
摘要:原文章请参考 https://edgewebware.com/2014/06/automatically-log-out-members-send-login-page-umbraco/ 在网站开发过程中,需要有个功能,就是说用户登录网站后,如果一段时间内(比如 20分钟)内没有任何操作,就应该自动 阅读全文

posted @ 2016-12-14 11:31 新西兰程序员 阅读(607) 评论(0) 推荐(0) 编辑

Umbraco中的Member登录时的Lock out功能
摘要:请参看文章 https://our.umbraco.org/forum/using-umbraco-and-getting-started/76389-preventing-member-lock-out 用Umbraco开发了一个网站,其中有用户登录功能,用户是Umbraco back offic 阅读全文

posted @ 2016-10-14 06:37 新西兰程序员 阅读(278) 评论(0) 推荐(0) 编辑

Umbraco官方技术文档 中文翻译
摘要:Umbraco 官方技术文档中文翻译 http://blog.csdn.net/u014183619/article/details/51919973 http://www.cnblogs.com/maoyazhi/category/703432.html 阅读全文

posted @ 2016-08-29 10:38 新西兰程序员 阅读(107) 评论(0) 推荐(0) 编辑

Umbraco 上传文件到另一个文件夹,而不是media files
摘要:If you want to upload there media files to another place in the same instance of IIS, for example a different folder, there are several things you can 阅读全文

posted @ 2016-08-29 08:25 新西兰程序员 阅读(188) 评论(0) 推荐(0) 编辑

Umbraco中的Examine Search功能讲解
摘要:转载原地址: http://24days.in/umbraco/2013/getting-started-with-examine/ Everytime I read the word Examine or Lucene it is always combined with doing some c 阅读全文

posted @ 2016-08-25 09:11 新西兰程序员 阅读(663) 评论(2) 推荐(0) 编辑

[ASP.NET MVC] Child actions are not allowed to perform redirect
摘要:我在Umbraco平台下,用MVC(SurfaceController)开发时,遇到这个问题 MemberEdit是一个partial View [HttpGet] [ActionName("MemberEdit")] public ActionResult MemberEditGet() { if 阅读全文

posted @ 2016-08-24 08:06 新西兰程序员 阅读(1330) 评论(0) 推荐(0) 编辑

Umbraco Forms 中的Recaptcha遇到的问题
摘要:在Umbraco Form中添加Recaptcha时,不能把它设置成Mandatory, 否则就会出错 阅读全文

posted @ 2016-08-23 05:24 新西兰程序员 编辑

Umbraco中的ModelBuilder
摘要:Umbraco中的ModelBuilder有以下几种形式 Pure Live models Dll models LiveDll models AppData models LiveAppData models 具体详细的介绍文章可以参见: https://github.com/zpqrtbnk/Z 阅读全文

posted @ 2016-07-27 12:06 新西兰程序员 编辑

Umbraco中Document Type取名限制
摘要:在Umbraco中,每一个Document type都会被ModelsBuilder生成一个class,但是,有些developers发现,当你把一些Document Type命名为Grid, Properties, Content时,系统会产生错误, 因为ModelsBuilder把它们生成cs后 阅读全文

posted @ 2016-07-27 10:14 新西兰程序员 编辑

Umbraco Forms 使Rendering Forms scripts 在不同的template中
摘要:具体请参考 https://our.umbraco.org/documentation/products/umbracoforms/developer/Rendering-Scripts/ 转载 https://our.umbraco.org/documentation/products/umbra 阅读全文

posted @ 2016-07-26 12:00 新西兰程序员 编辑

Umbraco Form需要引用些客户端dependencies (jquery)
摘要:Preparing your frontend In order to work correctly Umbraco Forms needs some client dependencies, being jquery, jquery validate and jquery validate uno 阅读全文

posted @ 2016-07-26 11:47 新西兰程序员 编辑

Umbraco中的权限体系结构
摘要:分为管理用户体系,和成员用户体系,也就是 Users(用户)和Members(成员). 2.1. Users(用户) 用户是对功能操作权限定义的,首先看一下所有Action的Permissions: Browse Node/Edit in Canvas/Create/Send To Translat 阅读全文

posted @ 2016-07-05 11:34 新西兰程序员 编辑

vs2015中升级Nuget后,找不到Umbraco安装包问题
摘要:打开VS2015, Tools=>Extensions and Updates=> Updates => Visual Studio Gallery 在这里check一下是否有Nuget的更新,有就更新 更新完后,进入Manage Nuget Packages, 在Browse上,寻找Umbraco 阅读全文

posted @ 2016-04-07 05:04 新西兰程序员 阅读(273) 评论(0) 推荐(0) 编辑

上一页 1 2
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示