作为一个win的系统使用者,在使用deepin自然有所不习惯,特别是使用刷新键,所以我查到了使用方法: https://bbs.deepin.org/forum.php?mod=attachment&aid=NjY3MTd8M2JkZDQ1MWV8MTU4MjU1Njg1M3wwfDE3MjI2Mw ...
分类:
其他好文 时间:
2020-02-25 00:00:05
阅读次数:
183
使用Chrome debug attachment upload page:从local laptop上选择一个file之后,断点触发: 前端取得user选中的file name: 点Attach button后,触发Application server 的event handler: 从Chrom ...
分类:
其他好文 时间:
2020-02-19 18:57:36
阅读次数:
59
参考:https://www.cnblogs.com/hellojesson/p/11905003.html 感谢 odoo.addons.base.models.ir_attachment: _read_file。。。。报错,临时文件没有找到 解决方案 删除相应临时文件记录即可 select id ...
分类:
其他好文 时间:
2019-12-24 15:25:19
阅读次数:
294
一、背景属性缩写的格式1.backgound:背景颜色背景图片平铺方式关联方式定位方式2.注意点:这里的所有值都可以省略,但是至少需要一个3.什么是背景关联方式默认情况下,背景图片会随着滚动条的滚动而滚动,如果不想这样,那么我们可以修改它们的关联方式4.格式:background-attachment:值;值的取值范围:scroll:默认值,会随着滚动条而滚动。fixed:不会随着滚动条滚动而滚动
分类:
Web程序 时间:
2019-12-21 22:49:41
阅读次数:
122
特色图像是 wordpress 主要的文章缩略图功能,几乎全部 wordpress 模板都使用或支持特色图像。今天介绍的 wp_get_attachment_image_src()函数就是获取文章特色图像路径的 wordpress 函数,通过该函数可以返回一个包含图片路径、宽度和高度的有序数组。 函 ...
分类:
其他好文 时间:
2019-11-18 09:23:27
阅读次数:
91
CSS 背景属性用于定义HTML元素的背景。 CSS 属性定义背景效果: background-color background-image background-repeat background-attachment background-position 背景颜色 background-col ...
分类:
Web程序 时间:
2019-11-10 09:52:01
阅读次数:
82
select GROUP_CONCAT(t.alise,'.',t.column_name) from ( select column_name ,(case table_name when 'news' then 'n' when 'news_attachment' then 'na' else ...
分类:
其他好文 时间:
2019-11-07 11:26:58
阅读次数:
92
public ActionResult DownLoadAttachment(string attachmentId) { Attachment attachment = _customerInfoService.GetAttachment(attachmentId); if (attachment ...
分类:
其他好文 时间:
2019-11-04 17:22:48
阅读次数:
50
学习过程中查看源码遇到The JAR file XXX has no source attachment的问题后我的解决办法是下载一个Java Source Attacher这个插件。这个插件自动帮你附加源代码,就不用了手动附加。 一、下载插件 1.下载地址:http://marketplace.e ...
分类:
编程语言 时间:
2019-08-07 22:24:01
阅读次数:
190
实例一: <?php $filename = 'test'; //导出文件 header("Content-type: application/vnd.ms-excel; charset=utf-8"); Header("Content-Disposition: attachment; filena ...
分类:
数据库 时间:
2019-07-30 00:37:38
阅读次数:
124