yyccQQu
yyccQQu
` var public_en = { jueduiTurly:{ 1: "是", 2: "否" }, abjueduiTurly:{ 1: "否", 2: "是" }, deposit: { 1: "处理中", 2: "成功", 3: "失败" }, `
``` .i18n { text-align: center; font-size: 18px; font-weight: 600; } .img-wrapper { padding-top: 30px; text-align: center; } var i18n = { locale: 'zh', isReplace: true, messages: { en: i18n_en, zh:...
- 指定存储文件夹后->上传 icon_bank_check.png文件后 ->再次上传icon_bank_check.png文件 - 第二个icon_bank_check 文件名为 0_icon_bank_check.png,但是返回的结果是依然是icon_bank_check.png 返回的结果依然是 ``` obj.Url: http://localhost:8080/group1/testimg/icon_bank_check.png?name=icon_bank_check.png&download=1 ```
```stylus functions = constant env safe-area-fn(fn, position) s("%s(safe-area-inset-%s)", fn, position) safe-area-mixin(property, position, important = false) for fn in functions {property} safe-area-fn(fn, position) important == true ? !important : unquote("") ```...
双击放大图片局部区域--iphone11不兼容
``` // 时间戳转换为时间 window.makeTimes = function (value) { var str = Math.round(parseInt((new Date(value)).valueOf()) / 1000); if (isNaN(str)) { str = 0 } return str } //获取年月日星期 时间戳 jeDate.getLunar = function(obj){...
at renderer code ``` let { dialog, app } = remote; ipcRenderer.send("close-win", "111"); ``` at main code ``` ipcMain.on("close-win", (e, arg) => { console.log('win: ', arg) }) ``` when i...
- [前端处理emoji表情的编码解码](https://github.com/webfrontup/some_examples/issues/7) - Front-end processing of encoding and decoding of emoji expressions ```js //把utf16的emoji表情字符进行转码成八进制的字符 //Transcode emoji characters of utf16 into octal characters export function utf16toEntities(str) { var patt = /[\ud800-\udbff][\udc00-\udfff]/g;...
https://github.com/vue-then/scss-template/blob/main/example-git/dialog-notify/dialog/demo.html https://github.com/vue-then/scss-template/blob/main/example-git/dialog-notify/dialog/vue-notify.umd.js ```js Document .button { -moz-appearance: none; -webkit-appearance: none; -ms-flex-align: center; border: 1px solid #dbdbdb; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; font-size: 1rem; height: 2.25em; line-height: 1.5; position: relative;...
- TrackerTask RecvHeader recv resp status 28 != 0 - 28是磁盘满了 但是我内存啥的都还有啊 FastDFS v6.07 bee version v2.0.2 "github.com/tedcy/fdfs_client" 可以帮忙看看吗?大佬? https://github.com/mini-docker/testbeego/tree/bugs