善于记录,善于总结——《走出软件作坊》读后感_思考,行动,再思考,再总结-CSDN博客_走出软件作坊 心得 https://blog.csdn.net/philofly/article/details/6567462 走出软件作坊_百度百科 https://baike.baidu.com/item/ ...
分类:
其他好文 时间:
2020-07-16 22:04:14
阅读次数:
116
几种知名开源富文本编辑器记录和对比(仅供参考) 搬运出处: https://www.jianshu.com/p/002eb6277f9d 1、UEditor 百度的。 优点:插件多,基本满足各种需求,类似贴吧中的回复界面。 缺点:不再维护,文档极少,使用并不普遍,图片只能上传到本地服务器,如果需要上 ...
分类:
其他好文 时间:
2020-07-16 12:18:05
阅读次数:
55
ylbtech-专业词汇-计算机:mutexes(互斥器) 1.返回顶部 1、 https://www.baidu.com/s?ie=UTF-8&wd=mutexes 2、 2.返回顶部 3.返回顶部 4.返回顶部 5.返回顶部 6.返回顶部 作者:ylbtech出处:http://ylbtech. ...
分类:
其他好文 时间:
2020-07-16 00:12:51
阅读次数:
67
转自:http://hi.baidu.com/apollo_hj/blog/item/b048bb0028dc860b728da544.html 1、wildcard : 扩展通配符2、notdir : 去除路径3、patsubst :替换通配符例子:建立一个测试目录,在测试目录下建立一个名为sub ...
分类:
其他好文 时间:
2020-07-15 22:49:12
阅读次数:
59
在下方,把百度的地址换成任意地址都能行通,可以实现打开的本HTML页面实际上会被设置成另一个页面的情况。 <!doctype html> <meta http-equiv="refresh" content="0;url=https://www.baidu.com/" /> 作者:艾孜尔江 ...
分类:
Web程序 时间:
2020-07-15 15:26:00
阅读次数:
57
今日项目进度: 1.按照项目需求创建数据库(已上传百度云盘) 链接地址: 链接:https://pan.baidu.com/s/19CTFaOWyEt9-TP0Y_RwK5Q 提取码:6myo 【备注:后期根据项目进度数据库字段还会根据需求进行改动】 2.项目进度: 本周计划完成:档案管理模块(登录 ...
分类:
其他好文 时间:
2020-07-14 21:41:42
阅读次数:
79
?一、属性绑定 v-bind可以用来给元素的属性绑定数据,v-bind的简写形式是 : 符号。 <div id="app"> <a v-bind:href="baidu">百度一下</a> <a :href="tengxun">腾讯</a> </div> ? <script src="../lib/ ...
分类:
其他好文 时间:
2020-07-14 18:48:36
阅读次数:
81
1.将百度语音识别demo下载下来 并且用maven封装成一个jar包 核心代码如下 package com.baidu.speech.restapi.asrdemo; import com.alibaba.fastjson.JSONObject; import com.baidu.speech.r ...
分类:
编程语言 时间:
2020-07-14 18:28:01
阅读次数:
93
public void clickKefu() { Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.baidu.com")); getActivity().startActivity(intent); } ...
分类:
移动开发 时间:
2020-07-14 18:09:16
阅读次数:
94
参考: https://baijiahao.baidu.com/s?id=1631195619239287236&wfr=spider&for=pc OR https://jingyan.baidu.com/article/9c69d48f99a31b13c9024eb5.html ...
分类:
其他好文 时间:
2020-07-14 16:51:32
阅读次数:
92