• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 188 下一页

2017年7月3日

ios svn repository
摘要: xcode默认自带Git和svn,首先讲下xcode4.6.3下配置svn: 1.检測你的mac中是否安装了svn: (1) 打开终端,输入 svn --version 假设出现下图信息,则说明已经安装了svn。 (2)那么接下来,打开xcode-->Preferences-->DownLoads 阅读全文
posted @ 2017-07-03 20:55 liguangsunls 阅读(241) 评论(0) 推荐(0)
 
监听APP升级广播处理
摘要: 当旧版本号的用户升级新版本号的时候须要又一次设定一些值处理,这时候须要监听升级版本号的广播 <receiver android:name=".OnUpgradeReceiver"> <intent-filter> <action android:name="android.intent.action 阅读全文
posted @ 2017-07-03 20:19 liguangsunls 阅读(859) 评论(0) 推荐(0)
 
Pretty UI Design For Android -- 滑动背景、透明列表
摘要: 本文是从国外一个网上看到的效果。感觉非常不错。就简化了一下代码。拿来用了,先看下效果图:效果还是非常不错的,以下让我们看看是如何实现的:看看文字来源,非常easy,是一个数组:<?xml version="1.0" encoding="utf-8"?> <resources> <string-arr 阅读全文
posted @ 2017-07-03 18:48 liguangsunls 阅读(184) 评论(0) 推荐(0)
 
leetcode - Longest Consecutive Sequence
摘要: Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example, Given [100, 4, 200, 1, 3, 2], The long 阅读全文
posted @ 2017-07-03 18:08 liguangsunls 阅读(89) 评论(0) 推荐(0)
 
IIS 无法读取配置节&quot;system.web.extensions&quot;,由于它缺少节声明
摘要: 作者:jiankunking 出处:http://blog.csdn.net/jiankunking今天在本地安装iis。搭建站点,应用程序的时候报错以下的错误:server错误 Internet Information Services 7.5 错误摘要 HTTP 错误 500.19 - Inte 阅读全文
posted @ 2017-07-03 16:42 liguangsunls 阅读(323) 评论(0) 推荐(0)
 
UINavigationBar的系统渲染方式
摘要: 昨天想手工实现一下类知乎日报的Navigation Bar的动态颜色改变,但不管怎么设置Navigation Bar的 backgroundColor barTintColor alpha參数都达不到想要的效果。所以就试了试用View Debugging来分析一下系统Navigation Bar的渲 阅读全文
posted @ 2017-07-03 16:08 liguangsunls 阅读(286) 评论(0) 推荐(0)
 
poj1014 hdu1059 Dividing 多重背包
摘要: 有价值为1~6的宝物各num[i]个,求能否分成价值相等的两部分。 #include <iostream> #include <cstring> #include <string> #include <cstdio> #include <cmath> #include <algorithm> #in 阅读全文
posted @ 2017-07-03 14:37 liguangsunls 阅读(102) 评论(0) 推荐(0)
 
验证list的底层数据结构
摘要: 《STL源代码剖析》中,指出SGI STL的list底层数据结构式循环双向链表。而且在链表尾端留一个空白节点。让end指向它。因为是双向的,那么list的迭代器必须是Bidirectional Iterator类别的。 以下。分别验证vs2010下和code blocks(gcc)下。list的底层 阅读全文
posted @ 2017-07-03 13:10 liguangsunls 阅读(161) 评论(0) 推荐(0)
 
sdut 2805(最小生成树)
摘要: 大家快来A水题 Time Limit: 1000MS Memory limit: 65536K 题目描写叙述 (1<= N <=2000)(1<= M <= N*(N-1)/2)多组输入。每组第一行输入N。M。接下来M行每行。每行两个整数u,v代表岛u与v之间有一条路。 输出 <span 宋体;=" 阅读全文
posted @ 2017-07-03 12:39 liguangsunls 阅读(130) 评论(0) 推荐(0)
 
leetCode 85.Maximal Rectangle (最大矩阵) 解题思路和方法
摘要: Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area. 思路:此题的意思是给一个为0或1的矩阵,求所有为1组成的最大矩阵 阅读全文
posted @ 2017-07-03 11:50 liguangsunls 阅读(407) 评论(0) 推荐(0)
 
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 188 下一页