下载源码 本文以 Zookeeper 3.5.4 为例,源码下载地址:https://github.com/apache/zookeeper/tree/release-3.5.4 源码编译 在命令行使用 ant 编译的时候出现了一些问题,在网上没有找到解决方案,所以使用 idea 进行编译,希望有知 ...
分类:
其他好文 时间:
2021-01-04 11:26:42
阅读次数:
0
http://blog.sina.com.cn/s/blog_6fbe21070101c2w5.html plutil -convert xml1 some_file.plist 将som_file.plist转换为xml文本plutil -convert binary1 some_other_fi ...
分类:
其他好文 时间:
2021-01-04 10:44:10
阅读次数:
0
<select id="findIndexConfigList" parameterType="Map" resultMap="BaseResultMap"> select <include refid="Base_Column_List"/> from tb_newbee_mall_index_c ...
分类:
其他好文 时间:
2021-01-04 10:33:47
阅读次数:
0
示例: 利用字符串的 split 方法,通过搜索的关键字分割成数组 在利用数组的 join 方法拼接成字符串 我是利用mock的省份 1 <template> 2 <div class="home"> 3 <input type="text" v-model.trim="SerachValue"> ...
分类:
Web程序 时间:
2021-01-02 11:16:49
阅读次数:
0
linux sftp远程连接命令 sftp -oPort=60001 root@192.168.0.254 使用-o选项来指定端口号。 -oPort=远程端口号 sftp> get /var/www/fuyatao/index.php /home/fuyatao/ 这条语句将从远程主机的 /var/ ...
分类:
系统相关 时间:
2021-01-02 11:11:54
阅读次数:
0
在echo "Hello World!" > index.html时发现会回显执行的命令,且index.html文件中没有!号 使用echo "Hello World\!" > index.html时发现连同\一起输出 解决办法,不使用双引号,改用单引号echo 'Hello World!' > i ...
分类:
系统相关 时间:
2021-01-02 10:56:08
阅读次数:
0
首先按照antd官网配置 index.tsx/index.jsx```import locale from 'antd/es/locale/zh_CN';import 'moment/locale/zh-cn';``````<ConfigProvider locale={locale}><App / ...
分类:
其他好文 时间:
2021-01-02 10:54:56
阅读次数:
0
背景 本文旨在记录解决问题的办法及思路。 需求是识别视频中的话语转为文字,此服务是调用的百度的websocket服务,其要求是: 发送一个text类型的帧,用于登录。 后续发送binary类型的音频数据。 开发语言:Golang websocket库:github.com/gorilla/webso ...
分类:
Web程序 时间:
2021-01-01 12:59:25
阅读次数:
0
echarts3地图提示框可以在页面加载完显示吗? https://echarts.apache.org/zh/api.html#action.tooltip.showTip 如图,使用action.tooltip.showTip显示提示框 配合on finished ,动画渲染完成后触发 var ...
分类:
其他好文 时间:
2021-01-01 12:55:41
阅读次数:
0
在ExcelUtil.java中修改函数fillExcelData,判断是否为字段规范表的导出。 public void fillExcelData(int index, Row row){ int startNo = index * sheetSize; int endNo = Math.min( ...
分类:
数据库 时间:
2021-01-01 12:52:29
阅读次数:
0