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






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 188 下一页

2017年4月24日

C# - Passing Reference-Type Parameters
摘要: A variable of a reference type does not contain its data directly; it contains a reference to its data. When you pass a reference-type parameter by va 阅读全文
posted @ 2017-04-24 14:53 liguangsunls 阅读(172) 评论(0) 推荐(0)
 
JDBC的使用
摘要: package com.jack.jdbc; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import 阅读全文
posted @ 2017-04-24 13:44 liguangsunls 阅读(126) 评论(0) 推荐(0)
 
web开发中经常使用的js
摘要: 将自己在web开发中经经常使用到的一些JS总结一下。 1.改动标签和表单的值 改动标签的值: var customer = document.getElementById("custm" ).innerHTML; alert(customer); document.getElementById( " 阅读全文
posted @ 2017-04-24 12:42 liguangsunls 阅读(344) 评论(0) 推荐(0)
 
HDU 5073 Galaxy 2014 Asia AnShan Regional Contest 规律题
摘要: 推公式 #include <cstdio> #include <cmath> #include <iomanip> #include <iostream> #include <algorithm> using namespace std; typedef long long ll; const in 阅读全文
posted @ 2017-04-24 12:04 liguangsunls 阅读(134) 评论(0) 推荐(0)
 
iOS开发之删除过期Provisioning Profiles方法
摘要: 1、在finder下打开go -> go to folder输入: ~/Library/MobileDevice/Provisioning Profiles 2、查看上面的列表,依照时间顺序删除对应的profiles就可以。 1、在finder下打开go -> go to folder输入: ~/L 阅读全文
posted @ 2017-04-24 10:58 liguangsunls 阅读(189) 评论(0) 推荐(0)
 
memcached 经常使用命令最全总结大全
摘要: 1、首先。总结一下memcached的一些基本设置 -p 监听的port -l 连接的IP地址, 默认是本机 -d start 启动memcached服务 -d restart 重起memcached服务 -d stop|shutdown 关闭正在执行的memcached服务 -d install 阅读全文
posted @ 2017-04-24 10:25 liguangsunls 阅读(248) 评论(0) 推荐(0)
 
JS方法代理
摘要: 作者:Jiang, Jilin JS作为一门脚本语言。十分easy上手。外加其灵活性,能够轻而易举地扩展功能。今天,我们就聊聊JS的方法代理。方法代理是脚本语言中常见的方法扩展形式。这样的灵活的形式长处在于遇到复杂的JS代码须要扩展时,能够相对简单的抽取并改动。可是,其缺点也十分明显,会造成代码的碎 阅读全文
posted @ 2017-04-24 09:23 liguangsunls 阅读(683) 评论(0) 推荐(0)
 
hdu 1106 水
摘要: 背景:简单字符串处理,尽管有点绕。 #include<cstdio> #include<iostream> #include<cstring> #include<queue> #include<algorithm> using namespace std; int ans[510]; char st 阅读全文
posted @ 2017-04-24 08:36 liguangsunls 阅读(116) 评论(0) 推荐(0)
 

2017年4月23日

储水池抽样算法原理与实现
摘要: 原创作品,出自 “晓风残月xj” 博客,欢迎转载。转载时请务必注明出处(http://blog.csdn.net/xiaofengcanyuexj)。 因为各种原因,可能存在诸多不足,欢迎斧正! 记得在实习那会,涉及到抽奖的解决方式,即一天以k/n的概率中奖,要求给出简单高效的算法。当中n仅仅有在结 阅读全文
posted @ 2017-04-23 20:35 liguangsunls 阅读(476) 评论(0) 推荐(0)
 
CF 482A(Diverse Permutation-相邻距离不同数为k的1~n全排列构造)
摘要: A. Diverse Permutation time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Permutation p is a 阅读全文
posted @ 2017-04-23 19:35 liguangsunls 阅读(290) 评论(0) 推荐(0)
 
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 188 下一页