最近一直在研究基于Asp.Net
MVC的CMS---Orchard,忽然新血来潮,看看多年不看的PHP平台的CMS,那好,就拿Drupal试试身手吧.第一大招: 环境配置 +
安装.1.环境配置. 百度一下,谷歌一下,最终选择了XAMPP做为环境. 下载地址 :https://www.apache...
分类:
Web程序 时间:
2014-06-09 00:42:11
阅读次数:
328
首先,WCF和WebService一些区别1,WCF支持多中通信协议,http/https
tcp/udp/msmq.命名管道,对等网,消息可达性,事物流等.2,WCF可以与ASP.NET集成,共享同一个上下文(HttpContext)3,WCF支持多种消息传输格式,如text,binary,mto...
分类:
其他好文 时间:
2014-06-09 00:37:03
阅读次数:
255
如果想在gnome-shell桌面放点个性化的应用,可以在https://extensions.gnome.org网站上安装扩展(记得使用firefox).下面我记录几个我们觉得还不错的扩展:1.Alt
Tab Workspaceurl:https://extensions.gnome.org/ex...
分类:
其他好文 时间:
2014-06-08 23:28:25
阅读次数:
182
原题地址:https://oj.leetcode.com/problems/sqrtx/题意:Implementint
sqrt(int x).Compute and return the square root
ofx.解题思路:实现开平方函数。这里要注意的一点是返回的时一个整数。通过这一点我们可...
分类:
编程语言 时间:
2014-06-08 21:04:38
阅读次数:
329
原题地址:https://oj.leetcode.com/problems/search-for-a-range/题意:Given
a sorted array of integers, find the starting and ending position of a given
target ...
分类:
编程语言 时间:
2014-06-08 21:03:21
阅读次数:
297
原题地址:https://oj.leetcode.com/problems/sort-colors/题意:Given
an array withnobjects colored red, white or blue, sort them so that objects of
the same col...
分类:
编程语言 时间:
2014-06-08 20:56:32
阅读次数:
394
原题地址:https://oj.leetcode.com/problems/add-binary/题意:Given
two binary strings, return their sum (also a binary string).For example,a ="11"b
="1"Return"...
分类:
编程语言 时间:
2014-06-08 20:28:04
阅读次数:
300
安装失败的截图:
因此使用常规方法:对依赖的两个包进行获取安装,依旧失败:
因此解决方法为在官网上下载相对应版本的virtualbox软件;下载地址为:https://www.virtualbox.org/wiki/Linux_Downloads...
分类:
其他好文 时间:
2014-06-08 17:56:43
阅读次数:
334
1. 安装、启动Appium
bixiaopeng@bixiaopeng ~$ npm install -g appium
Password:
npm http GET https://registry.npmjs.org/appium
npm http 200 https://registry.npmjs.org/appium
npm http GET https://registry.npm...
分类:
移动开发 时间:
2014-06-08 04:50:57
阅读次数:
265