- 博客(51)
- 收藏
- 关注
原创 Win10下安装Ubuntu18.04双系统
打算往大数据方向发展,就先将原来所有的东西全部忘记重新开始。1.首先是Win10的安装Win10的安装比较的简单,因为微软爸爸自带Win10的U盘安装写入程序百度windows10 之后第一个官方链接进去下载工具之后插上U盘不断的下一步就好了。U盘工具制作好之后就开始进行系统的安装。关于如何进行U盘启动,不同电脑和不同主板都不相同具体百度自己主板或电脑型号进行U盘启动安装系统系统安装的时候先将所有...
2018-05-31 21:06:56
10071
原创 Reguelike 0.1v 完成小结
游戏已经更具网络教程大概的完成了,之后就是对于Bug修复和数据调试,不完善的地方。游戏截图游戏页面 关卡升级与游戏开始的等级提示页面 游戏规则: 上下左右控制角色行动方向。hunger = HP 每走一步消耗 1 hunger 被僵尸攻击一次消耗10 hunger 被马甲僵尸攻击消耗15 hunger地面上有可乐和水果 吃水果增加 10hunger 吃可乐增加 20hunger遇到墙
2017-09-27 22:28:55
495
原创 Unity 脚本遇到错误的跳出 的bug解决与猜测
因为没有清空指向被销毁的GameObject 控件 ,导致保留了空指针,运行时出现了跳出。但是出现了一个很奇怪的问题,后面找到问题源头发现空指针异常的地方之后的代码也并没有运行。伪代码:class A{ static AFunction(){ print("Afun() start"); Error();//假设这里初始创建没有出现error二次调用才出现
2017-09-27 22:08:59
996
原创 9.24 Unity学习记录
今天是正式开始学习的第一个星期的结束,划水两天,混一混一个星期也过去了。 游戏跟着教程做了一个半,另外一个本来今天可以做玩的因为《冒险岛2》开服划水划的比较严重 计划流产了。 怎么说呢,也算熟悉了一下Untiy3d的环境,控件和API还要学习的很多,Untiy开发确实比自己乱做简单多了,逻辑方面可以简单的通过collider的碰撞检测来完成 确实方便了许多。 今天因为电脑突然的down机
2017-09-24 22:10:15
298
原创 如果是有意隐藏 请使用关键字 new
今天在写Untiy脚本的时候遇见了这个错误不知道怎么解决,之后发现是因为自定义的类与基类成员重名,导致 修改变量名之后解决。PS同一天因为restTime 和 restTimes 两个变量名打错了导致找了30分钟bug,以后坚决不用长相这么相似的变量名 坑的一批
2017-09-24 11:36:39
6088
原创 Untiy学习 简单的脚本方法
public class demo : MonoBehaviour { void Start () { //编写脚本初始化方法 } void Update () { //编写GameObject的变化 }}GameObject.GetComponent 获取组件function GetComponent (type : Type) : C
2017-09-17 16:45:34
510
原创 Unity学习 显示层数设置Layer
在Layer栏中选择显示层数Layer设置显示Layer的显示顺序当数据在同一层时显示顺序 数字大的优先显示Sorting Layer中拖动设置显示顺序Layers 中可以创建新的图层
2017-09-17 16:16:00
17260
1
原创 Unity学习 文件规范
Audios 音频文件Prefabs 保存可复用的GameObjectScenes 储存的SceneScripts 储存为游戏编写的脚本Sprites 2D游戏储存游戏资源
2017-09-17 16:05:34
332
原创 Python学习Day1
创建一个Python项目 Location里面设置项目路径‘\’后面蓝色的部分是项目名称自行修改在项目中创建一个package 之后在package中创建一个PythonFile 创建结果 开始正式学习Python语法标识符 第一个字符为字母或者下划线其他部分可以是字母数字下划线标识符大小写敏感不能是python关键字和保留字段注释#这是一段注释'''这也是注释"双引号可以出
2017-09-07 16:17:16
172
原创 Python3 安装
下载Python进入python官网下载页面选择python 3.x.x进行下载下载之后直接进行安装 ps:个人习惯安装默认到program file 然后就一路 next安装结束; 最后弹出了一个 xxxxx.exe 文件不是X86文件 我没有管他点击关闭Python正常使用配置Path 将Python的根目录添加到path中安装IDE网上查询了一下PyCharm好像很好用
2017-09-07 15:33:11
221
原创 bestcoder 79 Claris and XOR
Claris and XOR Accepts: 61 Submissions: 201 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Problem DescriptionClaris loves bitwise o
2016-04-09 22:22:53
687
原创 《食梦者》
2016/3/13号,在食梦者最后一集上辛酸的打出完结散花,每一次补完一部番之后都会感觉到一丝莫名的寂寞。最高因为高木的邀请,走上了漫画家之路,经过十年的努力成功实现了,让自己漫画动画化的并且让女主亚豆配音的梦想。整部动漫我认为总结就是一个字“燃”,动画里面我印象最深的就是第二季中,为了《疑探》的画面更加细致,二病倒的最高在病床上画画的时候抓不起笔,女主帮男主抓起比,并且说让他继续
2016-03-31 13:27:49
409
原创 cf 581 B.Luxurious Houses
B. Luxurious Housestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe capital of Berland has n multifloor
2015-10-31 15:45:04
487
原创 cf 591 C. Developing Skills
C. Developing Skillstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputPetya loves computer games. Finally a g
2015-10-31 15:30:13
523
原创 cf 588C Duff and Weight Lifting
C. Duff and Weight Liftingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputRecently, Duff has been practicin
2015-10-31 15:19:28
705
原创 cf 591B Rebranding
B. Rebrandingtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputThe name of one small but proud corporation c
2015-10-31 15:13:47
584
原创 cf 591C Median Smoothing
C. Median Smoothing time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output A schoolboy named Vasya loves reading books on programming and mathema
2015-10-31 15:12:22
488
原创 poj 1860 Currency Exchange
Currency ExchangeTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 23487 Accepted: 8507DescriptionSeveral currency exchange points are working in our city
2015-09-30 11:18:26
323
原创 POJ 3279 Fliptile
FliptileTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 5386 Accepted: 2047DescriptionFarmer John knows that an intellectually satisfied cow is a happy
2015-09-21 22:52:23
299
原创 POJ 3278 Catch That Cow
Catch That CowTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 62404 Accepted: 19533DescriptionFarmer John has been informed of the location of a fugitiv
2015-09-14 20:18:46
296
原创 poj 2251 Dungeon Mastert题目
Dungeon MasterTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 21535 Accepted: 8363DescriptionYou are trapped in a 3D dungeon and need to find the quicke
2015-09-14 19:40:04
304
原创 poj 1321 棋盘问题
棋盘问题Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 29049 Accepted: 14396Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求
2015-09-14 19:32:44
796
原创 POJ2632 Crashing Robots
Crashing RobotsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 8576 Accepted: 3703DescriptionIn a modernized warehouse, robots are used to fetch the goo
2015-09-10 15:53:45
332
原创 POJ 1068 Parencodings
ParencodingsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 23163 Accepted: 13574DescriptionLet S = s1 s2...s2n be a well-formed string of parentheses.
2015-09-07 21:29:34
260
原创 影评《低俗小说》(文笔不好勿喷)
神一般的导演剪辑 加神一般的剧本 一部伟大的作品《低俗小说》是由昆汀·塔伦蒂诺执导,布鲁斯·威利斯、乌玛·瑟曼、约翰·特拉沃塔、阿曼达·普拉莫、蒂姆·罗斯等主演的犯罪电影。电影由“文森特和马沙的妻子”、“金表”、“邦妮的处境”3个主线剧情组成。也分为6个小故事,讲诉了一个怕麻烦的黑帮杀手文森特,一个信神有点固执的黑帮杀手朱尔斯,黑帮老大的情人蜜儿,有原则的拳击手布奇,一对抢劫咖啡店的情人,
2015-08-19 20:37:16
3071
原创 POJ 1328 Radar Installation
Radar InstallationTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 64759 Accepted: 14555DescriptionAssume the coasting is an infinite straight line. Land
2015-08-14 17:58:44
307
原创 POJ 1753 Flip Game
Flip Game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 34541 Accepted: 15103 DescriptionFlip game is played on a rectangular 4x4 field with two-sided pieces placed on each
2015-08-13 15:39:13
297
原创 POJ 2965 The Pilots Brothers' refrigerator
The Pilots Brothers’ refrigerator Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 20899 Accepted: 8070 Special Judge DescriptionThe game “The Pilots Brothers: following t
2015-08-13 15:24:35
329
原创 HYSBZ 1821 Group 部落划分 Group
1821: [JSOI2010]Group 部落划分 GroupTime Limit: 10 Sec Memory Limit: 64 MB Submit: 1513 Solved: 720 [Submit][Status][Discuss] Description聪聪研究发现,荒岛野人总是过着群居的生活,但是,并不是整个荒岛上的所有野人都属于同一个部落,野人们总是拉帮结派形成属于自己的部
2015-08-04 15:58:21
346
原创 FZU 2183 简单题
Problem 2183 简单题 Accept: 137 Submit: 636 Time Limit: 1000 mSec Memory Limit : 32768 KBProblem Description现在有一些被简单压缩的字符串,例如:a[120]代表120个a。对于字符串acb[3]d[5]e相对于acbbbddddde现在给你两个字符串cString, nString.
2015-08-04 14:05:15
328
原创 HDU 1700 Points on Cycle
Points on CycleTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1990 Accepted Submission(s): 719Problem Description There is a cycle with it
2015-08-04 14:02:36
381
原创 CF 500B New Year Permutation
B. New Year Permutation time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output User ainta has a permutation p1, p2, …, pn. As the New Year is com
2015-08-04 13:42:38
645
原创 HYSBZ 2002 弹飞绵羊
2002: [Hnoi2010]Bounce 弹飞绵羊Time Limit: 10 Sec Memory Limit: 259 MB Submit: 5319 Solved: 2806 [Submit][Status][Discuss] Description某天,Lostmonkey发明了一种超级弹力装置,为了在他的绵羊朋友面前显摆,他邀请小绵羊一起玩个游戏。游戏一开始,Lostmonk
2015-08-04 13:35:51
488
原创 HDU 1076 An Easy Task
An Easy TaskTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 17286 Accepted Submission(s): 11027Problem Description Ignatius was born in a l
2015-07-29 13:19:21
261
原创 HDU 1073 Online Judge
Online JudgeTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6186 Accepted Submission(s): 2318Problem Description Ignatius is building an On
2015-07-29 13:15:32
401
原创 HDU 1029 Ignatius and the Princess IV
Ignatius and the Princess IVTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32767 K (Java/Others) Total Submission(s): 21321 Accepted Submission(s): 8843Problem Description “OK, you
2015-07-29 13:12:00
289
原创 HDU 1021 Fibonacci Again
Fibonacci AgainTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 44144 Accepted Submission(s): 21062Problem Description There are another kin
2015-07-29 13:05:01
269
原创 HDU 1018 Big Number
Big NumberTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 30865 Accepted Submission(s): 14297Problem Description In many applications very
2015-07-29 12:57:50
252
原创 HDU 1017 A Mathematical Curiosity
A Mathematical CuriosityTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 31655 Accepted Submission(s): 10141Problem Description Given two in
2015-07-29 12:50:33
358
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人