说说墙( 370条说说, 网友:38 条, 站长:332 条 )

网友评论

[请申请gravatar头像,木有头像的评论可能不会被回复]

CAPTCHAis initialing...

  1. chrome扩展程序强制停用解决方法:
    https://tieba.baidu.com/p/3091171066里面提到 的导入xxx.adm策略模板的方法在最新版chrome浏览器下已失效!

    最新有效方法:
    https://www.veryhuo.com/a/view/98094.html

    若导入提示“Cannot load extension with file or directory name _metadata. Filenames starting with “_” are reserved for use by the system ”这样的错误,处理方法:

    把下载的文件后缀名 crx 改为 rar,解压缩得到文件夹(有错误提示不用理会) 打开该文件夹,把里面的”_metadata”文件夹改名为”metadata”(去掉开头的下杠)
    #226
  2. Chrome怎么导出已安装的扩展程序(crx格式):

    https://jingyan.baidu.com/article/9158e0004ff9bba25512284d.html
    #227
  3. Win7系统下Chrome扩展程序默认保存目录在:C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions (其中Administrator为当前系统用户,我的就是Administrator)
    #228
  4. php生成data url base64编码格式的图片代码:

    php base64_encode()方法只是生成图片的base64编码格式的标准ASCII字符,img标签src引用时还必须加上编码申明:data:image/jpg;base64,

    参考文章:
    https://www.lvtao.net/dev/php-image-data-url.html
    #229
  5. 使用CSS3绘制网格线:
    https://imatlas.com/posts/css3-grid-line/
    #230
  6. 判断浏览器是否支持Canvas:
    https://blog.csdn.net/enzymer/article/details/8982425
    #231
  7. 什么是otg线,otg线怎么用?
    https://www.lulian.cn/article-112-cn.html
    #232
  8. #233
  9. 请问博主的主题是什么啊,非常好看啊 :shock:
    #234
  10. PHOTOSHOP批量生成参考线扩展:GRIDDIFY用法:
    https://www.uisdc.com/photoshop-griddify-grid-extension
    #235
  11. js逗号操作符 对它的每个操作对象求值(从左至右),然后返回最后一个操作对象的值。

    expr1, expr2, expr3…

    详细:
    https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Comma_Operator
    #236
  12. 网站做的好棒哦
    #237
  13. 小产权房:一般是指在农村集体土地上建设,并向集体经济组织之外的人销售的商品住房。在我国,小产权房属于不合法建筑。但全国通行的“小产权房”概念并不适用于深圳。深圳在经过农村城市化改造后,农业户口已经全部转为城市户口,深圳不存在通常意义上的小产权房,不过这一说法早就广泛应用于市场。

    详情:https://finance.qq.com/a/20150909/004019.htm?pgv_ref=aio2015&ptlang=2052
    #238
  14. Win7默认软件安装路径修改:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir
    #239
  15. #240
  16. chrome、firefox正常使用Document.execCommand()前提:
    必需将文档设置成
    document.designMode=”on”

    前提:设置 document 的 designMode
    然后选中一段文字
    再执行语句

    相关介绍:
    https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand

    https://blog.csdn.net/yiluoak_47/article/details/7542800
    #241
  17. contentEditable和designMode的区别:
    https://luolonghao.iteye.com/blog/693814
    #242
  18. 快速查看dom元素或对象都有哪些属性和方法:console.dir();

    如:console.dir(document);

    详情:https://www.jb51.net/article/59135.htm
    #243
  19. Win10默认桌面壁纸/、锁屏壁纸:
    C:\Windows\Web\
    #244
  20. 查看电脑授权密钥命令:slmgr.vbs /dlv
    #245
  21. 电脑无损分区及C盘减肥的一般方法:
    https://bbs.wuyou.net/forum.php?mod=viewthread&tid=367618
    #246
  22. chrome最新版本离线安装包:
    最新稳定版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1
    最新测试版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1&extra=betachannel
    最新开发版:https://www.google.com/intl/zh-CN/chrome/browser/?standalone=1&extra=devchannel

    相关链接:
    https://jingyan.baidu.com/article/48a42057c3dbd6a925250449.html
    #247
  23. artdialog弹窗插件 title 参数加额外html标签,如:
    标题

    标题栏就会不能拖动!!
    #248
  24. win7 快速启动增强工具栏:
    True Launch Bar 7.1 中文注册版
    https://www.cr173.com/soft/9008.html
    https://www.ttrar.com/html/True-Launch-Bar.html
    #249
  25. 1.2米、1.5米、1.8米、2米床尺寸标准:
    https://homebbs.suzhou.fang.com/suzhouzxlt~-1/544459155_544459155.htm#
    #250
1 8 9 10 11 12 15
回顶部