原文网址:http://blog.sina.com.cn/s/blog_46dac66f01000b57.html 寻找最好的笔记软件:三强篇(EverNote、Mybase、Surfulater) v1.0 作者:SuperboyAC 编译:xbeta 本系列还有:海选篇、三强篇、梦想篇、结论、篇
分类:
其他好文 时间:
2016-02-04 11:29:54
阅读次数:
266
mysql默认链接数量15 端口3306 y@ngmin9create database mybase character set utf-8;use mybase;drop table students;create table students( name char(8), sex char(4...
分类:
数据库 时间:
2015-07-13 18:02:15
阅读次数:
147
mybase 是个人知识管理软件,国内用他的人很多,尤其是程序员。我也是mybase的忠实使用者,有大量的积累。以前一直用Windows,mybase使用完全没有问题,后来转投ubuntu阵营了,就遇到了问题,如何在linux上继续使用mybase呢?如何继续以前的积累呢?在linux上使用过一些类...
分类:
其他好文 时间:
2015-05-21 12:14:51
阅读次数:
186
下面代码:package com.lk.C;public class Test5 { public static void main(String[] args) { go(new MyBase()); } static void go(Base b){ ...
分类:
其他好文 时间:
2015-04-13 00:23:57
阅读次数:
161
下面我们看一个Override的Example namespace MyCollection{ public class MyBase { public virtual string Meth1() { return "MyBase-Meth1"; } public virtual string M...
分类:
其他好文 时间:
2014-09-02 17:37:45
阅读次数:
284
myBase Desktop 是一款非常不错的知识管理工具,不注册只能试用30天,使用以下方法可以让过期软件恢复成试用30天,非常简单。 1.打开软件根目录下的nyfedit.ini文件,找到App.UserLic.FirstUseOn=1295074923 这个参数记载着第一次打开此软件的时间,这...
分类:
其他好文 时间:
2014-08-19 22:20:25
阅读次数:
1265
'set the control can display the focus status Protected Overrides Sub OnGotFocus(ByVal e As System.EventArgs) MyBase.OnGotFocus(e) M...
分类:
其他好文 时间:
2014-07-22 22:41:13
阅读次数:
198
以前一直使用MyBase作为整理知识的工具,但是用到后来发现,当整理的知识越来越多时,树形目录的节点个数就会变得越来越庞大,层次越来越深,反而很难定位要查看或编辑的知识。最近发现使用"关键字链接"的方式来定位查找知识,感觉非常快捷与方便。如下图:这是我的"知识库" 当点击某个关键词时出现如下内容: ...
分类:
其他好文 时间:
2014-06-30 23:52:21
阅读次数:
410
历经n多天,组合查询模板终于做完了,总结一下这几天的成果,和大家一起学习交流。
先看一下父窗体的关键代码:
父窗体代码:
Public Class frmComboQuery
Protected Overridable Sub frmComboQuery_Load(sender As Object, e As EventArgs) Handles MyBase.Load
...
分类:
其他好文 时间:
2014-06-25 00:20:41
阅读次数:
323
下面是标准库STL中allocator的实现
template
class allocator
: public _Allocator_base
{ // generic allocator for objects of class _Ty
public:
typedef allocator other;
typedef _Allocator_base _Mybase;
t...
分类:
其他好文 时间:
2014-05-15 05:05:57
阅读次数:
385