前提准备: 在http://ueditor.baidu.com/website/官网下载需要使用的版本。(我选用的1.4.3.1最新版本) 引入框架js: 下载好压缩文件后,解压到conten文件夹下修改文件名为ueditor,如图: <!--[endif]--> 在这里需要注意一点,解压完成之后n ...
分类:
其他好文 时间:
2018-06-24 11:31:06
阅读次数:
528
Build Your First Website 装一个subline text HTML default rule tags with opening and closing DEVELOPER FUNDAMENTALS:III doctype says, hey just a heads up ...
分类:
Web程序 时间:
2018-06-21 11:48:54
阅读次数:
210
MNIST数据集介绍 MNIST是一个入门级的计算机视觉数据集,它包含各种手写数字图片: MNIST数据集是含标注信息的,以上图片分别代表5, 0, 4和1。 MNIST数据集的官网是Yann LeCun's website 自动下载 首先贴出github地址:https://github.com/ ...
分类:
编程语言 时间:
2018-06-20 21:14:39
阅读次数:
185
package com.bjsxt.spark.others.pvuv; import java.util.List; import org.apache.spark.SparkConf;import org.apache.spark.api.java.JavaPairRDD;import org. ...
分类:
其他好文 时间:
2018-06-18 11:50:11
阅读次数:
119
Dropbox Interview – Design Hit Counter It starts with a simple question – if you are building a website, how do you count the number of visitors for t ...
分类:
其他好文 时间:
2018-06-13 15:15:15
阅读次数:
182
ReactDOM.render相当于使用类中的方法,方法中仅仅只能出现一次html标签,如果想出现多个则可以使用数组的形式 var WebSite = React.createClass({ render: function() { return ( <div> <Name name={this.p ...
分类:
其他好文 时间:
2018-06-11 13:46:37
阅读次数:
166
Note I use English to complete my writing, if you find it terrible, "you can refer this post." Welcome "Welcome to my personal website" , in this hell ...
分类:
其他好文 时间:
2018-06-10 15:15:55
阅读次数:
195
1.如何用asp判断你的网站的虚拟物理路径 答:使用mappath方法 < p align="center" >< font size="4" face="arial" >< b > the physical path to this virtual website is: < /b >< /fon ...
分类:
Web程序 时间:
2018-06-08 15:55:27
阅读次数:
746
wampserver是一个不错的PHP开发环境,默认情况下,是把网站源码放到wamp中的www文件夹中,然后通过localhost或127.0.0.1进行访问,现在我想要实现的效果是,启动wampserver服务后,浏览器输入域名www.1.com后,直接访问E盘website文件夹中的文件。 实现 ...
分类:
其他好文 时间:
2018-06-05 00:44:29
阅读次数:
182
~~经过一上午的时间,终于把ueditor编辑器搞出来了,仅做记录 #完成的样子 1,首先在官网下载对应的插件 【附下载地址:http://ueditor.baidu.com/website/download.html】 本人使用的是Java语言 ,框架是ssm+maven 2,解压文件,在自己项目 ...
分类:
Web程序 时间:
2018-06-04 16:59:31
阅读次数:
459