码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
[LeetCode#106]Construct Binary Tree from Inorder and Postorder Traversal
The problem:Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.My...
分类:其他好文   时间:2015-01-08 13:15:07    阅读次数:109
[LeetCode#105]Construct Binary Tree from Preorder and Inorder Traversal
The problem:Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.My ...
分类:其他好文   时间:2015-01-08 12:54:39    阅读次数:97
Share folders on remote Linux PC to your local Windows PC
With samba on Linux PC already installedOn Linux PC:1. vi /etc/samba/smb.confadd the following text in the end, NOTE, there are SPACEs before those op...
分类:Windows程序   时间:2015-01-08 10:52:54    阅读次数:231
LeetCode-Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements fro...
分类:其他好文   时间:2015-01-08 09:43:18    阅读次数:169
×Campaign× Error Code 1790
"AlternateLogin"mustbesetinSettings->Users->asm_admin->EditPropertiesandsetAlternateLogittotheoperatingsystemuserwhorunsunica(forexampleroot).Note:OnUnixplatforms,flowchartswillbeexecutedbytheUnixaccountspecifiedastheusername‘salternatelogin.OnWind..
分类:其他好文   时间:2015-01-08 07:10:42    阅读次数:129
三星note手机上html5画面模糊解决方案
最近测试发现,html5游戏在三星note手机上初次加载都会模糊,刷新之后就不模糊了,不知道是什么原因,本人对底层的东西也不熟,后来问了个同事,找到个解决方案,现记录一下。 <meta name="viewport" content="w...
分类:移动开发   时间:2015-01-07 23:43:58    阅读次数:387
Java-Factorial Trailing Zeroes
Given an integer n, return the number of trailing zeroes in n!. Note: Your solution should be in logarithmic time complexity. Credits: Special thanks to @ts for adding this problem and creating all...
分类:编程语言   时间:2015-01-07 23:42:23    阅读次数:401
Installing Rust
1.官方说明If you're on Linux or a Mac, all you need to do is this (note that you don't need to type in the $s, they just indicate the start of each comman...
分类:其他好文   时间:2015-01-07 23:35:42    阅读次数:204
Delphi dll的使用
DLL定义library SUM;{ Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (sele....
分类:Windows程序   时间:2015-01-07 20:29:42    阅读次数:202
linux tomcat的tomcat-users.xml配置管理用户
1.root@nginx~]#vi/usr/local/tomcat/apache-tomcat-8.0.14/conf/tomcat-users.xml添加如下红色部份<tomcat-users><!--NOTE:Bydefault,nouserisincludedinthe"manager-gui"rolerequiredtooperatethe"/manager/html"webapplication.Ifyouwishtousethisapp,youmustdefin..
分类:系统相关   时间:2015-01-07 19:05:25    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!