1、到百度下载文件,有各种版本。下载.net版本2、将所需文件导入工程中 分别是:themes文件夹、third-party文件夹、ueditor.all.min.js、ueditor.config.js、语言包文件,把.net图片上传的相关程序代码导入工程中(controller.ashx及...
分类:
其他好文 时间:
2015-07-31 17:39:02
阅读次数:
236
--------------------------------------------------------------------------------------1. 缩写: 乐器库的英文为: Musical instrument Libraryn 缩写: MIL 作为文件文件扩展名.mi...
分类:
其他好文 时间:
2015-07-24 06:47:04
阅读次数:
155
1,把kindeditor的包放在了/static/目录下,然后引入下面的几个包(使用的最简模式) <link?href="{%?static?‘kindeditor/themes/default/default.css‘?%}"?rel="stylesheet">
<script?src="{%?static?‘ki...
分类:
Web程序 时间:
2015-07-20 19:48:17
阅读次数:
148
??
题意:给出一段只有音高(整数表示),没有节奏的乐谱,问其中最长的曲调相同的没有重叠的两段的长度是多少。
思路是首先对相邻元素做差并平移,那么问题就转化为了求一个字符串的不可重叠最长重复子串。
注意有两个坑,首先n为1时要特判因为height数组表示的是相邻sa的最长公共前缀。
其次用cin会超时。注意这两个问题后这道题就比较容易了。
#include
#include
#i...
分类:
编程语言 时间:
2015-07-16 16:46:18
阅读次数:
101
这两天看coreservlets上的jQuery教程,虽然比较老了,不过讲得还是不错。最后一部分讲jQuery ui 主题切换,用他介绍的方法实现不了。于是自己修改了下,可以了。代码如下:html部分:Changing Themes (Skins) at Run Time Black Tie Bli...
分类:
Web程序 时间:
2015-07-11 06:39:24
阅读次数:
165
Musical ThemeTime Limit: 1000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:174364-bit integer IO format:%lld Java class name:M...
分类:
其他好文 时间:
2015-07-09 21:11:23
阅读次数:
95
项目地址:https://github.com/YangZhouChaoFan/Ghost-douban 描述:基于nodejs的ghost博客仿豆瓣FM主题使用说明:将文件放入/content/themes目录下;登录到ghost后台,设置新的主题;查看效果。主题预览:
分类:
Web程序 时间:
2015-07-08 16:02:30
阅读次数:
257
Styles and ThemesIN THIS DOCUMENTDefining StylesInheritanceStyle PropertiesApplying Styles and Themes to the UIApply a style to a ViewApply a theme to...
分类:
其他好文 时间:
2015-07-05 16:35:20
阅读次数:
105
1,themes\default\user_transaction.dwt找到:在下面一行加入:物流跟踪继续查找:{$order.invoice_no}在它前面加入 id="invoice_no" ,方便下面抓取“发货单”继续查找{$order.shipping_name}在页面最后的下面一行增加:...
分类:
其他好文 时间:
2015-07-04 13:55:16
阅读次数:
162
版本:pycharm-community-4.5.2安装之后先导入 (File --> Import Setting --> django.jar)将文件pycharm-themes-master.zip解压,将里面的colors文件夹下的文件拷贝到目录:C:\Users\Administrator...
分类:
其他好文 时间:
2015-07-01 11:46:41
阅读次数:
609