首页 > 2017年02月06日 > 全部分享
插件Raty
在做一个评论功能的时候,不能少了评分,那就涉及到星星,如下列出一些可用样式使用也很简单,首先需要引入两个js文件,一个是jQuery的,另一个是jquery.raty.min.js这里有个问题,默认的星星图片可能放在你的工程里的时候会有路径问题,不过不要怕,有一个方法可以修改图片的..
分类:其他   时间:2017-02-06 18:17:56    收藏:0  评论:0  赞:0  阅读:202
Influxdb relay ubuntu
文件版本:V1.0文件编号:R&D0031发布日期:编制:xxx审批:Influxdbrelay+grafana服务器目录1.简介41.1特点41.2influxdb与传统数据库的比较41.3用途42.系统部署基础52.1安装52.2启动52.3web界面展示62.4数据库增72.5数据库删与改72.6数据库查询72.7数据库与表的操作82.8数..
分类:数据库技术   时间:2017-02-06 18:17:39    收藏:0  评论:0  赞:0  阅读:1775
angularjs-$http 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web开发   时间:2017-02-06 18:17:25    收藏:0  评论:0  赞:0  阅读:158
系统启动报错
今天从另外的系统克隆过来一台机器,但启动时候报错:
分类:其他   时间:2017-02-06 18:17:12    收藏:0  评论:0  赞:0  阅读:203
系统启动报错
thentpsocketisinuse,exitingmount:/lib64/libuuid.so.1:noversioninformationavailable(requiredby/lib/libblkid.so.1)
分类:其他   时间:2017-02-06 18:16:59    收藏:0  评论:0  赞:0  阅读:208
angularjs-$timeout 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web开发   时间:2017-02-06 18:16:44    收藏:0  评论:0  赞:0  阅读:230
magick qq群二维码头像合成
+=剪切,放缩,合成。bat脚本magickconvertlogo2.png-crop68x88+0+0logo.pngmagickconvertlogo.png-scale115%logo-115.pngmagickconvertqq.pnglogo-115.png-gravitycenter-compositelogoqq.png
分类:其他   时间:2017-02-06 18:16:28    收藏:0  评论:0  赞:0  阅读:218
angularjs-$interval 服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web开发   时间:2017-02-06 18:16:13    收藏:0  评论:0  赞:0  阅读:243
angularjs-创建自定义服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:Web开发   时间:2017-02-06 18:15:50    收藏:0  评论:0  赞:0  阅读:211
centos 使用本地yum源设置
第一步:挂载光盘[root@localhost~]#mount/dev/sr0/mnt第二步:备份yum源配置[root@localhost~]#mv/etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.BAK第三步:更改本地yum源配置文件[root@localhost~]#vim/etc/yum.repos.d/CentOS-Media.repo内容改为(红色..
分类:其他   时间:2017-02-06 18:15:33    收藏:0  评论:0  赞:0  阅读:184
Centos 7.2 设置“vm.swappiness=0” 无法开机自动生效的问题
为了避免服务器使用swap功能而影响服务器性能,一般都会把vm.swappiness修改为0,在Centos6上,直接修改:/etc/sysctl.conf,添加一条:vm.swappiness=0,即可保证开机后自动生效。使用命令:sysctl-p可以立即生效。但在Centos7.2上,通过修改/etc/sysctl.conf文件,无法使该配置..
分类:移动平台   时间:2017-02-06 18:15:19    收藏:0  评论:0  赞:0  阅读:4205
angularjs-过滤器中,使用自定义服务
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"> 在过滤器中..
分类:Web开发   时间:2017-02-06 18:15:06    收藏:0  评论:0  赞:0  阅读:287
centos中时间修改后重启后无效的问题解决办法
在CentOSLinux中终端命令中执行以下命令:1、vi/etc/sysconfig/clock#编辑时间配置文件ZONE="Asia/Shanghai"2、ln-sf/usr/share/zoneinfo/Asia/Shanghai/etc/localtime#linux的时区设置为上海时区3、date设定当前时间4、hwclock-w#设置硬件时间和系统时间一致并校准好了,大功..
分类:其他   时间:2017-02-06 18:14:57    收藏:0  评论:0  赞:0  阅读:668
angularjs-在对象数组中获取值时使用过滤器
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:编程语言   时间:2017-02-06 18:14:43    收藏:0  评论:0  赞:0  阅读:449
AngularJS $http 读取web服务器上数据
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="s..
分类:Web开发   时间:2017-02-06 18:14:17    收藏:0  评论:0  赞:0  阅读:296
使用 ng-options 创建选择框
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:其他   时间:2017-02-06 18:14:03    收藏:0  评论:0  赞:0  阅读:156
使用ng-repeat 指令来创建下拉列表
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:其他   时间:2017-02-06 18:13:53    收藏:0  评论:0  赞:0  阅读:244
SylixOS电源管理之外设功耗管理
1.前言在这个世界中,任何系统的运转都需要能量。如树木依靠光能生长,如马儿依靠食物奔跑,如计算机系统依靠电能运行。而能量的获取是有成本的,因此如果能在保证系统运转的基础上,尽量节省对能量的消耗,就会大大提升该系统的生存竞争力。这方面,大自然已经做的很好了,如..
分类:其他   时间:2017-02-06 18:13:38    收藏:0  评论:0  赞:0  阅读:248
使用ng-repeat 指令来创建下拉列表2
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:其他   时间:2017-02-06 18:13:26    收藏:0  评论:0  赞:0  阅读:172
使用 ng-options 指令,加载下拉列表
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <metahttp-equiv="X-UA-Compatible"content="IE=edge"> <title></title> <linkrel="stylesheet"href=""></head><body> <divng-app="myApp"ng-controller="m..
分类:其他   时间:2017-02-06 18:13:17    收藏:0  评论:0  赞:0  阅读:218
1356条   上一页 1 ... 24 25 26 27 28 ... 68 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!