码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
Max Points on a Line (Python)
【问题】 Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 【思路】 对每一个点,分别计算这个点和其他所有点构成的斜率,具有相同斜率最多的点所构成的直线,就是具有最多点的直线。 【代码】 class Point: def __in...
分类:编程语言   时间:2014-06-25 19:34:29    阅读次数:246
atitit.团队建设总结fx O622
团队建设总结fx O622     大的title 2 建设团队文化 2 办公环境(3s+树+湖) 3 每人一个办公室 3 弹性工作制 3 重大的决定公投体制 3 每年一个kid经验日 3 做自己想到做的事.. 3 One2one 3 灵活的规定 3 公共的gucywe 4 感谢队友的工作 4 欣赏队友的工作,不要挑刺,在完美的工作也有缺点..only find ...
分类:其他好文   时间:2014-06-24 23:55:50    阅读次数:523
JAVA学习笔记 -- JDBC及其应用
一、准备工作 1、开启SQL Server服务和启用TCP/IP  并且确认TCP端口 2、Eclipse下给项目导入sqljdbc4.jar包 将下载好的 sqljdbc_4.0.2206.100_chs.exe运行解压。然后在 .\Microsoft JDBC Driver 4.0 for SQL Server\sqljdbc_4.0\chs\auth 路径下选择合适版本的s...
分类:数据库   时间:2014-06-24 23:38:20    阅读次数:315
LeetCode——Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using e...
分类:其他好文   时间:2014-06-24 23:30:08    阅读次数:278
ubuntu下配置rails环境遇到的错误
1.Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in you r Gemfile 2.ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/lib/ruby/gems/1.9.1 director.y 3.rails 3遇到 Could n...
分类:其他好文   时间:2014-06-24 22:18:45    阅读次数:316
LeetCode: Binary Tree Maximum Path Sum [124]
【题目】 Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For example: Given the below binary tree, 1 / 2 3 Return 6. 【题意】 给定一棵二叉树,找出其中路径和最大的路径,然会返回最大路径和。 本题中的路径不是从根节点到叶子节点这样的传统的路...
分类:其他好文   时间:2014-06-24 20:42:59    阅读次数:268
LeetCode || Copy List with Random Pointer
Copy List with Random Pointer Total Accepted: 12730 Total Submissions: 56262 My Submissions A linked list is given such that each node contains an additional random pointer which could poi...
分类:其他好文   时间:2014-06-24 19:32:26    阅读次数:194
leetcode--Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-06-24 18:56:54    阅读次数:240
Win7无法访问Windows共享文件夹
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
分类:Windows程序   时间:2014-06-24 15:07:53    阅读次数:292
Clannad
The world is beautiful. Even if you’re full of tears and sadness, open your eyes. Do what you want to do. Be what you want to be. Find friends. Don’t....
分类:其他好文   时间:2014-06-24 14:47:06    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!