码迷,mamicode.com
首页 >  
搜索关键字:ges    ( 16745个结果
以后修改系统自带的控件 注意
该设置的东西设置完,然后再去赋值 [self setValue:tabBar forKeyPath:@"tabBar"];//这行代码过后,tabbar的delegate就是HWTabBarViewController 如果tabBar 设置完 delegate后,再执行这行代码修改 delegat ...
分类:其他好文   时间:2016-10-25 19:13:02    阅读次数:151
Nginx的安装配置 例子
1.下载 2.解压 3.运行 a.双击nginx.bat b.启动Nginx 会发现进程里面已经开始运行 4.配置 a.双击打开配置文件夹里面的nginx.conf b.修改 5.网站设置 a.创建一个网站。 里面只有一句话。 6.IIS配置 a.配置两个网站。端口分别为1000,1001.并且启动 ...
分类:其他好文   时间:2016-10-25 18:59:31    阅读次数:148
eclipse新建web项目开发JSP
1.创建项目: 配tomcat:打开eclipse ...
分类:Web程序   时间:2016-10-25 18:59:02    阅读次数:188
dl dt dd定义
...
分类:其他好文   时间:2016-10-25 18:33:51    阅读次数:149
数论某些题目
平面上有一个圆, 圆心坐标为(0,0),半径为n. 问圆周上有多少个整点. 整点的定义即x,y坐标均为整数的点. 做题过程:思考后感觉有点难度,可能用到一些奇怪的知识,于是决定去看题解; 题解: 1.一般人都能想到x2+y2=r2这一点,但是仅想到这一点并没什么用; 2.变形: 移项得:r2-x2= ...
分类:其他好文   时间:2016-10-25 16:48:21    阅读次数:241
BP, Gradient descent and Generalisation
For each training pattern presented to a multilayer neural network, we can computer the error: yd(p)-y(p) Sum-Squared Error squaring and summing acros ...
分类:其他好文   时间:2016-10-25 16:40:54    阅读次数:167
PSI and index do not match: PSI and index do not match
解决来自:http://blog.csdn.net/huberjobs/article/details/50829603 ...
分类:其他好文   时间:2016-10-25 14:35:59    阅读次数:482
PHP对图片按照一定比例缩放并生成图片文件
list($width, $height)=getimagesize($filename);//缩放比例$per=round(400/$width,3); $n_w=$width*$per;$n_h=$height*$per;$new=imagecreatetruecolor($n_w, $n_h) ...
分类:Web程序   时间:2016-10-25 14:03:54    阅读次数:225
Qt -QPrinter - Pdf [Qt QPrinter 绘制内容 到 PDF文件]
1 准备好打印设备 QPrinter 2 将 绘制 链接到 打印设备上 QPainter 3 绘制过程中 绘制文字、绘制line 、绘制pixmap 、绘制QRect 注意: 1 drawPixmap 时 使用painter.scale(sx , sy); 拉伸图像适应pdf窗体时,一定要使用之后立 ...
分类:其他好文   时间:2016-10-25 13:54:59    阅读次数:157
树莓派3B 安装微雪LCD5inch显示器(包含软键盘)
树莓派单独使用时,往往需要触摸屏和软键盘用以方便操作,微雪LCD显示器就能较好的实现这个功能, 正好实验室又买入了一个3B的板子和一个5inch的显示器,便对着官方的安装手册,亲自安装了一次。 一:材料准备 二:镜像烧入 三:软键盘(虚拟键盘)的安装 9.执行以下命令重启系统,正常可以看到左上角多了 ...
分类:其他好文   时间:2016-10-25 13:39:28    阅读次数:769
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!