上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 146 下一页
摘要: 在settings.py文件里加入 #配置失效时间为半个小时 SESSION_COOKIE_AGE = 60*30 #关闭浏览器清除cookie SESSION_EXPIRE_AT_BROWSER_CLOSE = True $(function () { $('pre.prettyprint cod 阅读全文
posted @ 2017-07-11 20:27 zsychanpin 阅读(142) 评论(0) 推荐(0)
摘要: 转载请注明出处:http://blog.csdn.net/oyangyufu/article/details/25168047 程序效果图: 1、下载安装TexturePackerGUI 地址:http://www.codeandweb.com/texturepacker 2、制作plist文件和p 阅读全文
posted @ 2017-07-11 19:40 zsychanpin 阅读(437) 评论(0) 推荐(0)
摘要: Sample Input 3 4 5 18 36 360 2147483647 Sample Output 1 1 2 3 6 48 1073741823 题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid 阅读全文
posted @ 2017-07-11 19:08 zsychanpin 阅读(1062) 评论(0) 推荐(0)
摘要: 题目 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Yo 阅读全文
posted @ 2017-07-11 18:08 zsychanpin 阅读(240) 评论(0) 推荐(0)
摘要: 在做图片处理的时候。会遇到调节图片的饱和度的问题,这里就要用到Core Image这个框架,Core Image是一个非常强大的框架。它能够让你简单地应用各种滤镜来处理图像,比方改动鲜艳程度, 色泽, 或者曝光。它利用GPU(或者CPU,取决于客户)来非常高速、甚至实时地处理图像数据和视频的帧。多个 阅读全文
posted @ 2017-07-11 17:02 zsychanpin 阅读(834) 评论(0) 推荐(0)
摘要: 在Activity的生命周期onCreate中。我们一般都习惯性的调用setContentView(int layoutResID)方法,把布局文件载入到页面上来。以下我们就来通过源代码一步步的分析怎么载入的。 在Activity中,调用的是Window的setContentView public 阅读全文
posted @ 2017-07-11 15:48 zsychanpin 阅读(988) 评论(0) 推荐(0)
摘要: 练习4-7 原文 Exercise 4.7. Let* is similar to let, except that the bindings of the let variables are performed sequentially from left to right, and each b 阅读全文
posted @ 2017-07-11 15:08 zsychanpin 阅读(319) 评论(0) 推荐(0)
摘要: 1,现象是oracle启动报错例如以下: SQL> startup ORA-16032: parameter LOG_ARCHIVE_DEST_3 destination string cannot be translated ORA-07286: sksagdi: cannot obtain de 阅读全文
posted @ 2017-07-10 21:27 zsychanpin 阅读(276) 评论(0) 推荐(0)
摘要: 效果例如以下: 步骤: 1、假设你的Eclipse没有Marketplace的话,你自己装一个即可了:Help–>Install New Software–>add location:http://eclipse-color-theme.github.com/update 2、安装好之后重新启动ec 阅读全文
posted @ 2017-07-10 20:23 zsychanpin 阅读(800) 评论(0) 推荐(0)
摘要: 收到一封来信,来信者是大学排行榜上位列全国前10的高校学生。她的处境,让我同情,在帮她度过这个难关方面。我也愿意更进一步做些什么。她的事例,该讲给为人父母的去听,让孩子自己做决定。底线是该放手时就放手,高一些的境地是在放手之前。让他/她具备应对的能力。而现实中,的确有为数不少的父母,以爱的名义将孩子 阅读全文
posted @ 2017-07-10 18:44 zsychanpin 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 146 下一页