`
文章列表
  解决硬盘挂载报错: mount: unknown filesystem type 'LVM2_member'mount: you must specify the filesystem type   [root@renwole-com ~]# fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logi ...
welcome to emergency mode problem   reason 1:/etc/fstab mount  some folders that not existed solution: delete these commands in fstab   normal user can not startx   reason 1: /home/xxx/.ICEauthority permission problem solution: sudo chown  xxx:xxx /home/xxx/.ICEauthority
1.add jasypt with maven        <!-- Encryption / Decryption -->         <dependency>             <groupId>org.jasypt</groupId>             <artifactId>jasypt-spring3</artifactId>             <version>${jasypt.version}</version>          </d ...
以下代碼在:http://dojo.telerik.com/上運行 <!DOCTYPE html> <html> <head>     <base href="http://demos.telerik.com/kendo-ui/button/index">     <style>html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }</style>     <title></title>     & ...
    1.download wqy-zenhei font   file type is ttc 2.download unitettc    Because ireport5.6 needs ttf file type when  installing font,convert ttc to ttf with unitettc tool.   Command: sudo ./unitettc wqy-zenhei.ttc   The command above will generate 3 ttf files,use the first ttf file only whe ...
<!DOCTYPE html> <html> <head>     <meta charset="utf-8"/>     <title>Kendo UI Snippet</title>       <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2017.1.118/styles/kendo.common.min.css"/>     <link rel=&quo ...
问题描述:系统有两个导航栏,一个是kendo的menu,另外一个kendo的mobilegroupbutton. 系统已经添加了ui-router-extras相关的js,angular 也设置了sticky:true。 mobilegroupbutton是根据kedo menu的选项来生成的,现在groupbutton里面查找有无当前选项的对象值, 若没有就添加到groupbutton,然后 $state.go(dataItem.widget,{'menuItem':dataItem}, {reload: true}); 若存在就直接 $state.go(dataItem.wi ...
Grunt build problem :   1, npm uninstall grunt-contrib-imagemin 2,npm install grunt-contrib-imagemin --save-dev       issue1 Loading "cdnify.js" tasks...ERROR >> ReferenceError: primordials is not defined Warning: Task "cdnify" failed. Use --force to continue.   ...
http://dojo.telerik.com/eZEQe/2<!DOCTYPE html><html><head>    <meta charset="utf-8"/>    <title>Kendo UI Snippet</title>    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2017.1.118/styles/kendo.common.min.css"/>    & ...
打开JS bin,输入以下代码:   <!DOCTYPE html> <html> <head>     <title>KendoUI Test Page</title>          <link href="http://cdn.kendostatic.com/2013.2.716/styles/kendo.common.min.css" rel="stylesheet" />     <link href="http://cdn.kendos ...
<input type="text" pattern="[A-Z0-9_]{4}" class="k-input k-textbox" name="userId" required="required" data-bind="value:userId" data-required-msg="{{UserId}}{{required}}" validationMessage="编码字符只能是大写字母,数值或下滑线中的字符!" > ...
refer to:http://dojo.telerik.com/ewis     <!DOCTYPE html> <html> <head>     <base href="http://demos.telerik.com/kendo-ui/grid/column-resizing">     <style>html { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }</style>     <title ...
http://dojo.telerik.com/asIle   修改代码如下   <!DOCTYPE html> <html> <head>     <meta charset="utf-8"/>     <title>Kendo UI Snippet</title>       <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2016.3.1118/styles/kendo.co ...
1,先保证升级相关的类库<org.springframework-version>4.1.7.RELEASE</org.springframework-version><spring.data.jpa.version>1.9.6.RELEASE</spring.data.jpa.version><org.hibernate-version>5.0.8.Final</org.hibernate-version>2,create stored procedurePROCEDURE xxSearch_member(xPara i ...
Referenc: http://www.telerik.com/forums/binding-kendoui-grid-to-dynamic-column-and-values-kendo-ui-complete-resources-buy-try   1.html page   <!DOCTYPE html> <html> <head> <link href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.common.min.css" rel=" ...
Global site tag (gtag.js) - Google Analytics