写在前面乱七八糟的前言:今天wuliMR黄问了一个问题,Sass的分音与link标签都是导入外部样式的,有什么不同,这真是个好问题,因为本白着实没想过,也不知道,不过没关系,成功的背后总有一个默默无闻的百度君,一直在支持着我,┓( ´?` )┏虽然我不叫成功,扯得有点远~还是早早进入正题吧。 目录 ...
分类:
Web程序 时间:
2019-04-22 23:01:29
阅读次数:
362
If you are not satisfied with default Google map Marker (Default google marker can only be a icon, image or shape), for example adding a border, then ...
分类:
其他好文 时间:
2019-04-21 12:45:25
阅读次数:
151
题目链接: "戳我" Emmm......hash怎么做啊不会啊 这里是SA后缀数组版本的 就是先两两做差分,作为要处理后缀的数组。普通地求出来h数组之后,我们二分这个答案,然后判定是否合法就行了。是否合法即$min(sa[j])+h[i] include include include inclu ...
分类:
其他好文 时间:
2019-04-20 22:55:54
阅读次数:
187
版权声明: https://blog.csdn.net/oFengWuYu1/article/details/25612231 本题要求计算A/B。当中A是不超过1000位的正整数,B是1位正整数。你须要输出商数Q和余数R,使得A = B * Q + R成立。 输入格式: 输入在1行中依次给出A和B ...
分类:
其他好文 时间:
2019-04-20 13:12:12
阅读次数:
108
参考:[Jupyter 主题更换][1] 参考:[ Restoring default theme 86 ][2] 修改主题的方法: 首先在 cmd 上输入 选择自己需要的主题,如 恢复默认主题,可输入 [1]: https://www.jianshu.com/p/6de5f6cce06d [2]: ...
分类:
其他好文 时间:
2019-04-20 12:49:49
阅读次数:
125
原文:WPF编程,通过Double Animation同时动态缩放和旋转控件的一种方法。 版权声明:我不生产代码,我只是代码的搬运工。 https://blog.csdn.net/qq_43307934/article/details/87260287 ... ...
Parentheses Balance You are given a string consisting of parentheses () and []. A string of this type is said to be correct: (a)if it is the empty str ...
分类:
其他好文 时间:
2019-04-17 09:29:06
阅读次数:
166
1.首先需要引入一些插件 css: <link rel="stylesheet" href="/vendor/blueimp-file-upload/jquery.fileupload.css"> js: <script src="/vendor/blueimp-file-upload/jquery ...
分类:
Web程序 时间:
2019-04-15 16:18:02
阅读次数:
216
1. 搜索http://color-themes.com/?view=index 2. 查找自己喜欢的主题,下载 3. 放在安装位置(个人习惯,放在哪都行,能找到就行) 4. 然后打开importSetting,确定然后会提示你重启,重启就行 5. 然后setting - > Editor -> C ...
分类:
Web程序 时间:
2019-04-15 14:49:41
阅读次数:
676
VCL BitMap Style Proceject Options->Application->Appearance 选择几个样式 使用代码设置 uses Vcl.Themes; procedure TForm1.Button1Click(Sender: TObject); begin TStyl ...