@dddd1919 还是不行,这个不是只加 css 和 js 的吗
@hozaka 是的,然后在字体放在 images 下
@font-face {
font-family: 'VideoJS';
src: image-url("font/vjs.eot");
src: image-url("font/vjs.eot?#iefix") format('embedded-opentype'), image-url("font/vjs.woff") format('woff'), image-url("font/vjs.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
@hozaka 这是肯定的,而且文件名都不用自己写或处理的啊!
@ono_li 提了个 issue! 请看看!
@hhuai 已经提交
@Rei 谢了!
@as181920 说的对,这只涉及到需求
@jeff_duan 我也考虑是这样,只不过想知道有没有人写过类似的!
只是需求而已!没其他原因!
@ruohanc 可以贴贴你的 capfile 和 deploy 吗?可能某一步我搞错了! 部署的时候出现这样的错误
* Listening on unix:/home/stephen/www/mywy/shared/tmp/sockets/puma.sock
DEBUG [a485d136] /home/stephen/www/mywy/shared/bundle/ruby/2.1.0/gems/puma-2.6.0/lib/puma/binder.rb:270:in `initialize': No such file or directory - connect(2) for "/home/stephen/www/mywy/shared/tmp/sockets/puma.sock" (Errno::ENOENT)
DEBUG [a485d136] * Listening on unix:/home/stephen/www/mywy/shared/tmp/sockets/puma.sock
@ruohanc 我现在使用遇到不少坑!你有一些使用参考教程?
支持
@chunlea 好像很复杂,很恐惧!
@xds2000 是的,没必要用,直接上 js,果断改过
@QueXuQ 目前来说,应该是吧,想象中,应该是 cookie 过期就通知服务器删除数据,buy,暂时还未能做到把!
@chucai 是新版本,就是文档找不到!
@QueXuQ 一般都是用 cookie+ 数据库模拟 session 的!不会只用 session!本地浏览器保存一个 cookie 用于记录数据库 cart 的 id,把商品数据保存在数据库里!定时清理数据库过期的 cart 数据!当本地 cookie
只限深圳?
@chunlea 文档没说明,可能是我自己找不到,下面是解决办法!
$(document).ready(function(){
$('#myModal').on('hide.bs.modal', function () {
$(this).removeData('bs.modal');
})
})
@cestivan 是不是使用了前端框架?
我啊!soho!招远程么?哈!
你的团队太有艺术感了!
美工不错!
用户选择发送的号码,然后我就后台处理运行就行了,是否实时,要看短信供应商是否实时了,我目前打算选择短信包!