the Determine in June
今天是6月10号,周三。
自己做的CSDN博客端(仿小巫博客,ps:里边的框架和代码优化都是自己又一次用新框架做的或者自己又一次实现)也已经有三天了。进度还差非常多~~~
结合了上次投简历的经验和期末复习世间的安排,本屌打算在本周末也就是14号完毕本client的初步开发,并完毕在小米应用商店(ps:哈哈,我是忠实的米粉)的上架~~~
当天并完毕简历的又一次修订(主要是技能的又一次整理和电面的要求),毕竟从鞍山到上海单单路上就要三四天,非常麻烦的。。
。
我最多请假一周,能电话面试尽量电话面试,实在不行就在下周三左右买票去上海。赶次周周一就能够回来~~~
这四天的任务基本就是:撸client+看面试题(至少要把自己在简历上所提到的内容一一掌握才行)
项目详情见:Github
刚把得,come on。!
!
the Determine in June的更多相关文章
- 解决apache启动错误"httpd:Could not reliably determine..."
		
启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@serv ...
 - IIS Community Newsletter June 2013
		
Announcements Windows 2012 Server R2 preview released Windows Server 2012 R2 provides a wide range o ...
 - Unable to determine if the owner (Domain\UserName) of job JOB_NAME has server access
		
早上巡检的的时候,发现一数据库的作业报如下错误(作业名等敏感信息已经替换),该作业的OWNER为一个域账号: JOB RUN: 'JOB_NAME' was run on 2016-6-1 at 7: ...
 - ubuntu下apache重启报Could not reliably determine the server’s fully......
		
在Ubuntu上安装Apache,每次重启,都会出现以下错误提示: Could not reliably determine the server’s fully qualified domain n ...
 - Selenium2学习-041-chromedriver:org.openqa.selenium.WebDriverException: unknown error: cannot determine loading status from unexpected alert open
		
今天在写WebDriver处理弹出框(alert.confirm.prompt)演示实例脚本分发给朋友时,在其执行时未能成功执行,对应的部分错误详情如下: org.openqa.selenium.We ...
 - cannot determine the location of the vs common tools folder
		
问题:打开"VS2010开发人员命令提示后",上面提示"cannot determine the location of the vs common tools fold ...
 - ERROR Cannot determine the location of the VS Common Tools Folder
		
参考:ERROR Cannot determine the location of the VS Common Tools Folder http://blog.csdn.net/m3728975 ...
 - JDBC连接执行 MySQL 存储过程报权限错误:User does not have access to metadata required to determine stored procedure parameter types. If rights can not be granted,
		
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html 内部邀请码:C8E245J (不写邀请码,没有现金送) 国 ...
 - Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. For example: Given the below binary tree andsum =
		
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all ...
 
随机推荐
- Ionic2中使用第三方插件极光推送
			
不同于Ionic1中插件的调用,Ionic2提供了Ionic Native.Ionic Native封装了一些常见的插件(如:Camera.Barcode Scanner等),这些插件的使用方式在官方 ...
 - BestCoder 2nd Anniversary/HDU 5719  姿势
			
Arrange Accepts: 221 Submissions: 1401 Time Limit: 8000/4000 MS (Java/Others) Memory Limit: 262144/2 ...
 - bzoj 3704 昊昊的机油之GRST 贪心dp,思维
			
昊昊的机油之GRST Time Limit: 10 Sec Memory Limit: 1024 MBSubmit: 80 Solved: 33[Submit][Status][Discuss] ...
 - Java下使用Swing来进行图形界面开发
			
1. GUI从创建window开始,通常会使用JFrame.JFrame frame = new JFrame(); 2. 你可以这样加入按钮,文字字段等组件.frame.getContentPane ...
 - Qualcomm MPM introduction
			
在 Qualcomm chip 裡有一個 hardware block 名為 MPM. 在 RPM CPU halts 後,MPM 會保持在 on 的狀態用來處理 全系統 sleep process ...
 - 2016百度之星资格赛 Round1(2,3,4题)
			
Problem B Accepts: 2515 Submissions: 9216 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536 ...
 - asp.net mvc 5 利用ActionFilterAttribute实现权限过滤
			
关于c#属性的教程:http://www.runoob.com/csharp/csharp-attribute.html 在asp.net mvc5中,可以利用ActionFilterAttribut ...
 - 2018年东北农业大学春季校赛 D wyh的迷宫【搜索】
			
链接:https://www.nowcoder.com/acm/contest/93/D来源:牛客网 题目描述 给你一个n*m的迷宫,这个迷宫中有以下几个标识: s代表起点 t代表终点 x代表障碍物 ...
 - Algorithm | hash
			
A basic requirement is that the function should provide a uniform distribution of hash values. A non ...
 - Topcoder SRM 666 DIV 1
			
WalkOverATree 题意:给你一棵树,有个人在节点0,现在问你,这个人走L步,最多能访问多少个不同的节点,一个节点可以被走多次,但只算一次. 题解:这个问题的关键在于,每个点最多走两次,这是因 ...