首页 > 2016年02月22日 > 全部分享
安装用户脚本基本步骤
首先需要安装浏览器插件,常用的插件有以下这些 Firefox 及相关的浏览器:Greasemonkey。 Google Chrome、Chromium 及相关的浏览器:Tampermonkey。 Opera (版本 15 及更晚):Tampermonkey 或者 Violentmonkey。 Ope
分类:其他   时间:2016-02-22 08:53:37    收藏:0  评论:0  赞:0  阅读:178
周六加班
今天周六,来公司第五天,想尽快进入状态,所以周末也选择到公司加班,由于不是工作日,不用赶时间,走了一条新路,下车后在过地下通道的报刊亭买了一张公交卡,终于不用时刻备着2元零钱了。 10点左右到达公司,进门发现有一位同事也在,刚跟他打完招呼,老板就从屋里走出来了,再次验证了老板也是工作狂人。来这加班的
分类:其他   时间:2016-02-22 08:53:27    收藏:0  评论:0  赞:0  阅读:153
LeetCode One Edit Distance
原题链接在这里:https://leetcode.com/problems/one-edit-distance/ Given two strings S and T, determine if they are both one edit distance apart. 与Edit Distance
分类:其他   时间:2016-02-22 07:50:00    收藏:0  评论:0  赞:0  阅读:123
【SCOI2014】【BZOJ3598】方伯伯的商场之旅(数位dp)
传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=3598 题意: 对于一个数x,它含有一些小石子,每个石子的值为a[i](a[i]为x在k进制下的第i位),选一个石子的位置pos使得sum(a[i] * abs(i-pos))最小。 求出[L,
分类:其他   时间:2016-02-22 07:49:50    收藏:0  评论:0  赞:0  阅读:553
Linux Cluster基础思想
一、集群基础1.系统的扩展方式Scaleup向上扩展:提高单台服务器的性能Scaleout向外扩展:多台服务器联合起来满足同一个需要2.集群类型(1)LB:LoadBalancing,负载均衡集群;前端:负载均衡器,调度器;后端:上游服务器(upstreamserver),后端服务器,“真”服务器(realserver)..
分类:系统服务   时间:2016-02-22 06:47:14    收藏:0  评论:0  赞:0  阅读:284
2016-2-21mysql笔记
selectdatabase();------查看当前使用的数据库selectuser();------查看当前使用的用户showtablesfromdatabase_name;-----查看库中有哪些表grant-----授权操作grantallondb_nametouser_nameidentifiedby"mypass"updatemysql.usersetpassword=你要设定的密码whereuser=‘root‘;flu..
分类:数据库技术   时间:2016-02-22 06:47:03    收藏:0  评论:0  赞:0  阅读:266
window eclipse 开发hbase程序 绑定master不成功,解决办法
2011-04-2216:37:21,242WARN org.apache.hadoop.hbase.master.AssignmentManager:Failedassignmentof -ROOT-,,0.70236052toserverName=hp2,60020,1303461559353, load=(requests=0,regions=0,usedHeap=28,maxHeap=3979),tryingto assignelsewhereinstead;retry=0org.apache.had..
分类:Windows开发   时间:2016-02-22 06:46:53    收藏:0  评论:0  赞:0  阅读:348
LAMP架构搭建与优化(2.8-2.9)
php.ini配置文件详解/usr/local/php/bin/php-i|head可以查看到调用的php.ini配置文件在哪里,它是以分号为注释符号,常用的配置有vim/usr/local/php/bin/php.ini1.disable_functions=eval,assert,popen,passthru,escapshllarg,escapeshellcmd,passthru,exec,systern,chroot,sca..
分类:其他   时间:2016-02-22 06:46:43    收藏:0  评论:0  赞:0  阅读:268
keepalived(nginx)+httpd实现动静分离
1、实现目的两台服务器,通过Nginx+Keepalived实现web服务器的负载均衡(主备模式)负载均衡服务器IP地址:172.16.61.2、172.16.61.3两台服务器,通过httpd提供web服务httpd服务器IP地址:172.16.61.1(静态资源)、172.16.100.123(动态资源)VIP:172.16.61.92、配置nginx服务..
分类:Web开发   时间:2016-02-22 06:46:33    收藏:0  评论:0  赞:0  阅读:336
rsyslog+loganalyzer+mysql部署日志服务器
rsyslog是一个用来管理系统日志的开源程序,是早前syslog的升级版,对原有的日志系统进行了功能的扩展。rsyslog守护进程可以被配置成两种环境,一种是配置成日志收集服务器,rsyslog进程可以从网络中收集其它主机上的日志数据,这些主机会将日志配置为发送到另外的远程服务器。..
分类:数据库技术   时间:2016-02-22 06:46:23    收藏:0  评论:0  赞:0  阅读:372
舌尖上的新年
舌尖上的新年在家过春节,享受着人神共享的美食!有一大桌美食,吃好、喝好、玩儿好,才是硬道理!
分类:其他   时间:2016-02-22 06:46:13    收藏:0  评论:0  赞:0  阅读:393
iOS中的2中搜索方式UISearchDisplayController和UISearchController
大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 如果觉得写的不好请多提意见,如果觉得不错请多多支持点赞.谢谢! hopy ;) 以前iOS的搜索一般都使用UISearchDisplayController来完成,不过自从iOS 8.0开始,该控制器被标记为废弃,我们可以在iOS 8.0之后使用一个新的搜索控制器UISearchController来完成搜索.本篇博文将介绍以上2种搜索...
分类:移动平台   时间:2016-02-22 06:45:32    收藏:0  评论:0  赞:0  阅读:268
FZU 1686 神龙的难题(重复覆盖问题&舞蹈链)
题目链接:[kuangbin带你飞]专题三 Dancing Links D - 神龙的难题题意Description 这是个剑与魔法的世界.英雄和魔物同在,动荡和安定并存.但总的来说,库尔特王国是个安宁的国家,人民安居乐业,魔物也比较少.但是.总有一些魔物不时会进入城市附近,干扰人民的生活.就要有一些人出来守护居民们不被魔物侵害.魔法使艾米莉就是这样的一个人.她骑着她的坐骑,神龙米格拉一起消灭干...
分类:其他   时间:2016-02-22 06:45:22    收藏:0  评论:0  赞:0  阅读:237
[Immutable.js] Converting Immutable.js Structures to Javascript and other Immutable Types
Immutable.js provides several conversion methods to migrate one structure to another. Each Immutable.js class contains a prefixed "to" method like Map
分类:编程语言   时间:2016-02-22 06:44:51    收藏:0  评论:0  赞:0  阅读:252
LeetCode Binary Tree Upside Down
原题链接在这里:https://leetcode.com/problems/binary-tree-upside-down/ Given a binary tree where all the right nodes are either leaf nodes with a sibling (a l
分类:其他   时间:2016-02-22 06:44:41    收藏:0  评论:0  赞:0  阅读:241
【Android】11.4 Fragment及其生命周期
分类:C#、Android、VS2015; 创建日期:2016-02-22 一、简介 Android从3.0开始引入了fragment的概念,主要是为了支持在大屏幕上实现更为动态和灵活的UI设计,比如平板电脑等。由于平板电脑的屏幕要比手机屏幕大许多,这样就有更多的空间去组合和交换UI组件。 也许这样...
分类:移动平台   时间:2016-02-22 06:44:31    收藏:0  评论:0  赞:0  阅读:218
LeetCode Binary Search Tree Iterator
原题链接在这里:https://leetcode.com/problems/binary-search-tree-iterator/ Implement an iterator over a binary search tree (BST). Your iterator will be initia
分类:其他   时间:2016-02-22 06:44:21    收藏:0  评论:0  赞:0  阅读:202
[Immutable.js] Transforming Immutable Data with Reduce
Immutable.js iterables offer the reduce() method, a powerful and often misunderstood functional operator on which map(), filter(), groupBy(), etc. are
分类:Web开发   时间:2016-02-22 06:44:14    收藏:0  评论:0  赞:0  阅读:189
【Android】11.6 Fragments基本用法示例
分类:C#、Android、VS2015; 创建日期:2016-02-22 一、简介 该例子演示了如何使用两个fragment创建双区域布局的activity(纵向和横向)。在这个activity包含的两个fragment中,一个fragment用来显示笑话列表的标题,另一个fragment用来在列...
分类:移动平台   时间:2016-02-22 06:44:01    收藏:0  评论:0  赞:0  阅读:308
Hibernate
1.hibernate框架是持久化层的解决方案。 2.持久化 瞬时状态:在程序运行的时候,有些程序数据是保存在内存中,当程序退出后,这些数据就不复存在了,所以称这些数据的状态为瞬时状态 持久状态:在使用一此软件的时候,有些数据,在程序退出后,还以文件等形式保存在硬盘或者数据库中,称这些数据的状态是持
分类:Web开发   时间:2016-02-22 06:43:50    收藏:0  评论:0  赞:0  阅读:488
1575条   上一页 1 ... 69 70 71 72 73 ... 79 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!