摘要:  Banana PI BPI-M1+是一款高性能双核开源硬件单板计算机,Banana PI BPI-M1+是一款比树莓派更强悍的双核Android4.4与Linux产品。 Banana PI BPI-M1+兼容性强大,能够跑android系统,Debian linux,Ubuntu linux, 阅读全文
posted @ 2017-05-01 21:51 yfceshi 阅读(442) 评论(0) 推荐(0) 编辑
摘要: CODE: #!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2014-7-1 @author: guaguastd @name: extract_tweet_entities.py ''' if __name__ == '__main 阅读全文
posted @ 2017-05-01 20:39 yfceshi 阅读(687) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum. For example: Given the below binary tree and su 阅读全文
posted @ 2017-05-01 19:02 yfceshi 阅读(169) 评论(0) 推荐(0) 编辑
摘要: BFS过程: 一:訪问顶点V,并标记V为已经訪问 二:顶点V入队列 三:假设队列非空。进行运行,否则算法结束 四:出队列取得对头顶点u,假设顶点未被訪问,就訪问该顶点,并标记该顶点为已经訪问 五:查找u的第一个邻接节点w 六:假设w不存在。则转到步骤三,否则循环运行 a. 假设w没有被訪问过。则先把 阅读全文
posted @ 2017-05-01 17:55 yfceshi 阅读(960) 评论(0) 推荐(0) 编辑
摘要: 接着上面的GCD封装,以下进行列子验证 1.导入GCD.h 2.创一个串行队列: - (void)serailQueue{ //创建出队列 GCDQueue *queue = [[GCDQueue alloc]initSerial]; //运行队列中的线程 [queue execute:^{ NSL 阅读全文
posted @ 2017-05-01 17:50 yfceshi 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 第一大步: IPC漏洞的建立 1)在目标主机上设置组策略:開始->执行-〉gpedit.msc 2)计算机配置->windows配置-〉本地策略-〉安全选项 3)在安全选项中, 将网络訪问:本地账户的共享和安全模式 设置为:经典——本地用户以自己的身份验证。将账户:使用空白password的本地账户 阅读全文
posted @ 2017-05-01 17:10 yfceshi 阅读(4234) 评论(0) 推荐(1) 编辑
摘要: sybase的基本框架 sybase数据库由系统数据库、用户数据库、数据库设备和辅助文件组成。 1、 系统数据库 sybase数据库是多个数据库结构的数据库管理系统。分为系统数据库和用户数据库。 系统数据库是在安装的时候自己主动创建的,包含一下内容: master数据库:全面控制和管理用户数据库及s 阅读全文
posted @ 2017-05-01 16:35 yfceshi 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 代码例如以下: using UnityEngine; using System.Collections; //1.引入 UI 。 using UnityEngine.UI; public class testSliderEvent : MonoBehaviour { //2.定义一个 Text 目标 阅读全文
posted @ 2017-05-01 15:48 yfceshi 阅读(2207) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 鼠标全局钩子 /// </summary> public class MouseHook { private const int WM_MOUSEMOVE = 0x200; private const int WM_LBUTTONDOWN = 0x201; pri 阅读全文
posted @ 2017-05-01 15:00 yfceshi 阅读(5656) 评论(0) 推荐(0) 编辑
摘要: 本文由CSDN博客万一博主翻译。其它章节的翻译请參见: http://blog.csdn.net/column/details/gradle-translation.html 翻译项目请关注Github上的地址: https://github.com/msdx/gradledoc/tree/1.12 阅读全文
posted @ 2017-05-01 14:59 yfceshi 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 水题! import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); 阅读全文
posted @ 2017-05-01 14:01 yfceshi 阅读(348) 评论(0) 推荐(0) 编辑
摘要: Rectangles Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 14340 Accepted Submission(s): 4629 Pr 阅读全文
posted @ 2017-05-01 14:00 yfceshi 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 近期在写软渲染的时候碰到了一个问题. 假设视图空间里顶点在视点之后直接乘以投影矩阵会错误发生. 如图中绿色的点直接乘以投影矩阵会被投影到紫黑色的点上明显就不正确了: 所以须要又一次想个办法修补这个bug,因为近裁剪面后面的点都是看不到的,能够将这些点裁剪掉,而且生成新的顶点,就例如以下图这样: 另一 阅读全文
posted @ 2017-05-01 12:44 yfceshi 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 【三九论文网】专訪 _ 怎样发表论文 在“文章列表”右側点击“写新文章”进入“创建新文章”页。 填写标题、撰写文章、选择分类、接受评论与否及文章公开、仅好友好友、私有状态后发表就可以。 标题:最多同意50个汉字。撰写文章编辑器:除了默认的简单文章编辑器外,还能够选择全功能编辑器。有很多其它编辑功能可 阅读全文
posted @ 2017-05-01 12:13 yfceshi 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 本文介绍两种:上传文件到server的方式 一种是提交Form表单;还有一种是ajaxfileupload异步上传。 一、JSP中: 1、提交Form表单 为了能完毕文件上传,我们应该将这两个表单域所在表单的enctype属性设置为multipart/form-data。 <form action= 阅读全文
posted @ 2017-05-01 11:12 yfceshi 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <td>现从事专业</td><td> <asp:TextBox ID="tbMajor" runat="server" ReadOnly="true"></asp:TextBox> <input type="hidden" id="hidV" runat="server" /> <input typ 阅读全文
posted @ 2017-05-01 09:33 yfceshi 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 小结 本章我么介绍了怎样使用ls与stat露出文件与文件meta数据,还有怎样使用touch设置未见时间戳.touch可显示有关日期时间相关的信息以及在很多现行系统上的范围限制. 说明了怎样以shell的进程ID变量$$,搭配mktemp工具并手动取出随机数据流样本,建立位移的暂时性文件名,计算机的 阅读全文
posted @ 2017-05-01 08:56 yfceshi 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1.须要引用的dll : DocumentFormat.OpenXml.dll 须要安装一下OpenXml再引用 WindowsBase 直接在项目里加入引用 2.方法: /// <summary> /// 读取.xlsx格式的Excel文件数据,读取其特定名称的工作薄 /// </summary> 阅读全文
posted @ 2017-05-01 08:18 yfceshi 阅读(1813) 评论(1) 推荐(0) 编辑