HaveFun

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  软件技术

摘要:这两天在做HTML的东西,就顺便研究了一下这个问题。下面是一段测试代码:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD> <TITLE> Test </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> 阅读全文
posted @ 2013-05-18 10:37 HaveFun 阅读(2233) 评论(0) 推荐(0)

摘要:The Goal: Build and deploy a really simple SharePoint App to SharePoint Online with the code running in an Azure Web Sites website.Provider Hosted Apps are simply a SharePoint app where the code in your app runs in a space you provide. That could be Azure, AWS or wherever you like. I’m picking Azure 阅读全文
posted @ 2013-04-23 17:25 HaveFun 阅读(726) 评论(0) 推荐(0)

摘要:因为我也没有找到更适合的参考资料,因此只能自己生成一份编码表,然后从中找出这些特征,不过大部份来说都是准确的,有些个别的外语,我也不知道是什么。(文 IT柏拉图)至于这个表是干吗的,如果你想对用户输入的一些东西进行过滤或尝试识别乱码,或编码具于utf-8编码的分词系统,那么这些参考资料是很有意义的。一、中文汉字区:(1)生冷字:0x3400--0x4DB5(2)普通:0x4E00--0x9FA5(3)其它:0xF900--0xFA2C二、韩文区:(1)韩文音标字符区0x1100--0x11F90x3130--0x318E(2)韩文:0xAC00--0xD7A3三、符号表情:(1)分段字符(如: 阅读全文
posted @ 2013-04-13 10:21 HaveFun 阅读(1538) 评论(0) 推荐(0)

摘要:If you are getting started with App or Microsoft SharePoint Server 2013 development, you will notice that there is no option in Visual Studio 2012 when you first install it.In order to get the templates into VS, you need to installMicrosoft Office Developer Tools for Visual Studio 2012which can be f 阅读全文
posted @ 2013-03-29 18:17 HaveFun 阅读(196) 评论(0) 推荐(0)

摘要:使用独立模式安装Sharepoint Server 2013,允许配置向导到第8步创建示例数据时,出错了!Exception: System.ArgumentException: The SDDL string contains an invalid sid or a sid that cannot be translated.Parameter name: sddlForm解决办法:1、用本机管理员帐号登录。2、为搜索服务创建一个新账户,如SearchSvc。3、把这个账户添加到本地的WSS_ADMIN_WPG组。4、打开SharePoint Management Shell,输入命令:$S 阅读全文
posted @ 2013-03-28 17:56 HaveFun 阅读(967) 评论(0) 推荐(0)

摘要:PK_ for primary keys UK_ for unique keys IX_ for non clustered non unique indexes UX_ for unique indexes DF_ for default value All of my index name take the form of<index or key type>_<table name>... 阅读全文
posted @ 2013-01-27 23:42 HaveFun 阅读(287) 评论(0) 推荐(0)