public class ShareMem { [DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr SendMessage(IntPtr hWnd, int Msg, int wParam, In ...
分类:
系统相关 时间:
2020-01-17 11:57:55
阅读次数:
78
1,模板页面的html上需要声明Thymeleaf的命名空间,<html xmlns:th="http://www.thymeleaf.org"> 2,文本标签 th:text/th:utext th:text进行文本替换,不会解析html <p th:text="text标签: + ${msg}" ...
分类:
其他好文 时间:
2020-01-16 14:27:09
阅读次数:
63
insert into bus_fund_batch ( id, type, target_date, fund, status, sub_next_step, cut_off_id, error_msg, retry_times, fail_token, trigger_date, req_bat ...
分类:
其他好文 时间:
2020-01-14 20:44:38
阅读次数:
99
FAQ Q: 如何确保消息不丢失? Q: mq 的缺点 Q: 如何避免消息重复投递或重复消费? 在消息 时,MQ 内部针对每条生产者发送的消息生成一个 inner msg id,作为去重的依据(消息投递失败并重传),避免重复的消息进入队列; 在消息 时,要求消息体中必须要有一个 bizId(对于同一 ...
分类:
其他好文 时间:
2020-01-13 19:40:08
阅读次数:
63
import pic from '@/assets/33.jpg'; export default { name: 'HelloWorld', data () { return { msg: 'Welcome to Your Vue.js App', env: `${process.env.NODE ...
分类:
其他好文 时间:
2020-01-13 16:20:43
阅读次数:
67
使用ECharts可以直接对他的 数据源 进行改变 ,然后重新渲染图形 ```javascript function(rsp){ if(rsp.status!=200){ layer.msg(rsp.msg); }else{ var myArrs1 = []; myArrs1.push( 'prod ...
分类:
其他好文 时间:
2020-01-12 19:49:38
阅读次数:
651
<?php header("Content-type:text/html;charset=utf-8"); abstract class msg{ protected $send = null; public function __construct($send){ $this->send = $s ...
分类:
Web程序 时间:
2020-01-12 18:34:33
阅读次数:
137
provide 在祖先里授权导出 inject在后代负责接收 foo可以是本组件的函数方法 或者 变量foo 也可以是祖先组件自己 祖先组件foo: this 后代组件 foo.$options.data().msg祖先组件 <script>export default { name: 'App', ...
分类:
其他好文 时间:
2020-01-12 15:06:42
阅读次数:
133
首先是Index页面效果图 index.php <?php header('content-type:text/html;charset=utf-8'); date_default_timezone_set('PRC'); $filename="msg.txt"; $msgs=[]; //检测文件是 ...
分类:
Web程序 时间:
2020-01-11 15:17:28
阅读次数:
104
[toc] celery框架: 介绍: celery + redis : 环境搭建: 任务结构: 任务实现: 定时任务 celery.py: send_msg.py: check_result.py: 执行: 延时任务: django + celery: ...
分类:
其他好文 时间:
2020-01-10 20:28:18
阅读次数:
71