01 2016 档案
摘要:1. bootstrap使用了less作为预编译器,他是结构清晰层次分明的css页面构建样式,即使你不喜欢bootstrap的样式,你仍然可以借鉴bootstrap编写css的这种方式 2.bootstrap中的popover tooltip都有selector的选项对此使用不是很明确, 他是用一个
阅读全文
摘要:1.分辨率 1900*1200这就是一个分辨率, 因为pt的存在,因此还会有一个逻辑分辨率的概念2.ppi = pixels per inch这里inch不是平方英尺,是英尺3.dp = device pixel 物理像素4.px = pixel 逻辑像素5.pt = point 1pt = 2px...
阅读全文
摘要:网上看了很多内容,很少有给出一个准确的概念,它的英文全称是continuous passing style, 直译为连续传递样式,那么cps transform就是将一些原本不是continuous passing style代码变成cps代码,这是一种编译器的优化方式,当然你也可以手动来实现这种变...
阅读全文
摘要:ueditor实际上是集成了webuploader, 在做内容发布的时候想既有ueditor又有单独的附件上传按钮,这时再加载一个webuploader就显得过于臃肿了,单独利用ueditor的上传功能就比较合适了 首先是显示附件上传dialog,两种方式 dialog = ue.ui._dialo
阅读全文
摘要:http://blog.csdn.net/21aspnet/article/details/47708763 根据此教程的步骤但是碰到了若干问题 1. 执行./configure的时候报错 大部分可以通过 yum instal libxxx-devel来解决 libcurl-devel.x86_64
阅读全文
摘要:void quickSort(int(&arr)[BUFSIZ],int start,int end){ int key=arr[start]; int p1=start; int p2=end; if(end=key && arr[p2]2){ ...
阅读全文
摘要:#include "stdafx.h"#include #include #include #include #include #include #include using namespace std;#define BUFSIZ 100int (&strToIntArr(string s,int...
阅读全文

浙公网安备 33010602011771号