Plan: Homework: B365 (next week) B392, B335 Interview: Friday, do the assignment Thursday Summary: It's been two weeks to write the blog again! It is harsh to keep blogging. Today:写了data mning, local machine 运行太难, 必须用学校super computer.…
最终效果图如下: 还是图.邻接表,可以模拟出几个对象=>节点.边.路径.三个类分别如下: Node 节点: using System; using System.Collections.Generic; namespace Road.Plan { public class Node { private string id; private IList<Edge> edgeList; public double Lat { get; set; } public double Lng { g…
Why I choose to be a graduate student from an undergraduate student? It’s time to applying for internships. Recalling this time last year, how I beg for an ideal job. A job means the way of life, not just a screw that change the world, not even a che…
转自:http://blog.evjang.com/2017/01/nips2016.html Eric Jang Technology, A.I., Careers Monday, January 2, 2017 Summary of NIPS 2016 The 30th annual Neural Information Processing Systems (NIPS) conference took place in Barcelona…
I joined Analytics Vidhya as an intern last summer. I had no clue what was in store for me. I had been following the blog for some time and liked the community, but did not know what to expect as an intern. The initial few days were good – all the in…
Summary of Critical and Exploitable iOS Vulnerabilities in 2016 Author:Min (Spark) Zheng, Cererdlong, Eakerqiu @ Team OverSky 0x00 Introduction iOS security is far more fragile than you believe. And there are lots of critical and exploitable iOS vuln…
From http://blog.csdn.net/wujiandao/article/details/6621073 1. Four ways to get execution plan(anytime you want, for specified sql) • Execute the SQL statement EXPLAIN PLAN, and then query the table where the output was written. • Query a dynamic per…