最近CSDN 新出了markdown编辑器。我这也算是尝鲜。
最初接触markdown编辑器是在2011年。那个时候,使用markdown编辑器写blog。然后将blog放到github上托管。markdown还不能像现在这样可以实时编辑显现。那个时候有一个markdown engine专门将markdown语法转换成html. 每次感觉自己写对了。实际上语法各种不对。究竟什么是markdown?...
分类:
其他好文 时间:
2015-03-11 23:29:18
阅读次数:
220
以下是显示后的图片,相信在很多网站上都能看到这种效果,目前我知道两种实现方式1、background-position加上一张图片 图片:http://www.brookstone.com/webassets/pwr/engine/images/stars.gif 1 2 3 4 5 ...
分类:
Web程序 时间:
2015-03-11 21:13:58
阅读次数:
166
1 Player的组成 OpenCore的Player的编译文件是pvplayer/Android.mk,将生成动态库文件libopencoreplayer.so。这个库包括了双方面的内容:一方是Player的engine(引擎),一方面是为Android构件的Player,这实际上是一个适配器(....
分类:
移动开发 时间:
2015-03-11 16:50:45
阅读次数:
145
唯一值:
http://resources.esri.com/help/9.3/arcgisengine/dotnet/77da7a38-c696-407d-b73c-ddb36def6032.htm
已分类:
http://resources.esri.com/help/9.3/arcgisengine/dotnet/7ffacaad-4f66-4015-9f32-e93c032cdcad...
分类:
其他好文 时间:
2015-03-11 12:56:30
阅读次数:
114
微软近期Open的职位:Job Title: Software Engineer IIWork Location: Suzhou, ChinaSearch Engine has been evolving from key word search into intention fulfillment...
分类:
其他好文 时间:
2015-03-11 00:27:23
阅读次数:
135
假设:create table t(id int not null primary key auto_increment,name char(10) not null,sex char(2) not null)engine=myisam;insert into t values(null,'tom'...
分类:
数据库 时间:
2015-03-10 17:06:42
阅读次数:
213
Unity概述Unity是一个强大引擎,他自带的多种工具可以满足你多种需求。这种编辑器是直观的可定制的,让你的工作更大的自由。原文Unity is a powerful engine with a variety of tools that can be utilised to meet your ...
分类:
编程语言 时间:
2015-03-10 13:28:48
阅读次数:
135
[转]如何写出高效能TSQL -深入浅出SQL Server Relational Engine (含 SQL 2014 in-memory Engine) - 微软中国 TechNet 团队博客 - Site Home - TechNet Blogshttp://blogs.technet.com...
分类:
数据库 时间:
2015-03-10 11:51:19
阅读次数:
128
1、错误描述
WARN:HHH00027:Could not bind factory to JNDI
org.hibernate.engine.jndi.JndiException:Error parsing JNDI name[foo]
Caused by:javax.naming.NoInitialContextException:Need to specify class nam...
分类:
Web程序 时间:
2015-03-09 22:30:27
阅读次数:
191
1、打开my.ini文件,找到default-storage-engine=InnoDB这一行,把它改成default-storage-engine=MyISAM。*** my.ini必须为ansi格式。2、删除在MySQL安装目录下的Data目录中的ib_logfile0ib_logfile13。...
分类:
数据库 时间:
2015-03-09 00:12:42
阅读次数:
223