上一页 1 2 3 4 5 6 7 8 9 10 ··· 58 下一页
摘要: 还有前言 用了大佬的主题之后,有些资源是无法在暴露的接口处更改的,需要自己去css更改。但后台给的都是压缩过的,找起来比较困难,所以特意记录了这篇。 本地资源替换 侧边栏: 评论栏 其他的变动可以在https://github.com/yinghualuowu/Cnblogs-Theme-Simpl 阅读全文
posted @ 2019-04-09 00:00 樱花落舞 阅读(358) 评论(0) 推荐(2)
摘要: 问题背景 不知道啥什么,QQ群的头像有些显示不全直接是默认的头像。想一想最近也没做啥,怎么就出问题了。 后来想一想,大概是个人文件夹的文件出问题了 解决办法 好友头像显示问题的删除 MiscHead.db 群头像显示问题删除lnfo.db db是啥不用解释了吧,没事的,删除后重新登录就好了。~~ 阅读全文
posted @ 2019-04-08 00:15 樱花落舞 阅读(821) 评论(0) 推荐(0)
摘要: 有个前言 本萌并不会前端相关的知识,一切都是自己慢慢摸索出来的,如果存在代码方面的不足,请尽快告诉我~~~ 使用一个主题 目前我博客使用是 https://www.cnblogs.com/bndong/p/9132439.html https://github.com/BNDong/Cnblogs- 阅读全文
posted @ 2019-04-06 23:09 樱花落舞 阅读(541) 评论(0) 推荐(1)
摘要: 问题背景 有些人在用我去年的毕设运行时(感谢QAQ),报错 当时就觉得是某个库的版本不对。但一直没注意。现在统一说一下。 解决办法 https://stackoverflow.com/questions/54164630/want-to-find-contours-valueerror-not-en 阅读全文
posted @ 2019-03-28 10:31 樱花落舞 阅读(8603) 评论(0) 推荐(1)
摘要: A conveyor belt has packages that must be shipped from one port to another within D days. The i-th package on the conveyor belt has a weight of weight 阅读全文
posted @ 2019-03-17 23:29 樱花落舞 阅读(296) 评论(0) 推荐(0)
摘要: In a list of songs, the i-th song has a duration of time[i] seconds. Return the number of pairs of songs for which their total duration in seconds is 阅读全文
posted @ 2019-03-17 23:22 樱花落舞 阅读(352) 评论(0) 推荐(0)
摘要: Every non-negative integer N has a binary representation. For example, 5 can be represented as "101" in binary, 11 as "1011" in binary, and so on. Not 阅读全文
posted @ 2019-03-17 23:13 樱花落舞 阅读(213) 评论(0) 推荐(0)
摘要: 算作前言 本文对图片如何转化成base64不做描述,我们可以从很多途径了解到转化办法。却很少有博客提到怎么在WPF的Image控件中显示图片。 对于base64的合法性 随便拿一张图片转一下试一试: 额。好长....取前面一部分吧 data:image/png;base64,iVBORw0KGgoA 阅读全文
posted @ 2019-03-17 22:13 樱花落舞 阅读(4914) 评论(2) 推荐(2)
摘要: SendMessage是啥? 函数原型: 函数功能: 该函数将指定的消息发送到一个或多个窗口。此函数为指定的窗口调用窗口程序,直到窗口程序处理完消息再返回。 在C#中,我们可以这样用: 各个参数作用: hWnd 发送消息总得有个目标,这个参数就是这样用的。寻找要发送的窗口句柄有很多中方式,以下就是其 阅读全文
posted @ 2019-02-28 19:54 樱花落舞 阅读(1709) 评论(3) 推荐(1)
摘要: On a broken calculator that has a number showing on its display, we can perform two operations: Double: Multiply the number on the display by 2, or; D 阅读全文
posted @ 2019-02-10 23:16 樱花落舞 阅读(207) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 58 下一页