思维导图 imindmap 出去图片,想让图片在分支的末端,可是一点楔形整理末端就跑上面去了,这个怎么设置

【请教】iMindMap 6中关于图片和图标的操作
本帖最后由 Kurtt.Lin 于
14:09 编辑
在iMindMap 6中:
  · 为分支同时添加文字和图片(image),会出现图片浮在文字上方的现象,无论文字如何对齐(居左、居中、居右、两侧)都如此;
  · 为分支同时添加文字和图标(icon),图标会排列在文字右侧;
相比较而言,在iMindMap 4.1中:
  · 为分支同时添加文字和图片/图标,图片 /图标都会排列在文字右侧。
我的疑问是,在iMM6中:
1. 如何将图片像图标那样排列在文字右侧?
2. 删除图标时,有没有方法使用如下操作:鼠标左键选中图标→键盘按delete?
3. 如何向图标库中加入自定义图标?
4. (与图片图标无关) 假如分支已经有了文字a,按哪个快捷键可以随后追加文字b?直接按b键,会把文字a给替代掉~
谢谢大家!{:3_52:}
本帖子中包含更多资源
才可以下载或查看,没有帐号?
据我所知,image是可以拖动的。选中就可以改变位置。6.0.2的icon就在右侧。image是可以del的。icon不能选中,因此不能del。因为我也没有仔细使用过imm6,所以期待高人拍砖。
额~不懂!来瞅瞅!
还在学习使用中!请多多分享经验!谢谢!
使用 (可批量传图、插入视频等)快速回复PHP notice
PHP notice
Memcache::set(): Server 192.168.1.25 (tcp 11214) failed with: Connection timed out (110)
/data/www/cublog_yii/frontend/protected/components/ZMemCache.php(59)
* @return boolean true if the value is successfully stored into cache, false otherwise
protected function setValue($key,$value,$expire)
if(!$this-&_memcacheSwitch){
if($expire&0)
$expire+=time();
$expire=0;
return $this-&useMemcached ? $this-&_cache-&set($key,$value,$expire) : $this-&_cache-&set($key,$value,0,$expire);
* Stores a value identified by a key into cache if the cache does not contain this key.
* This is the implementation of the method declared in the parent class.
* @param string $key the key identifying the value to be cached
* @param string $value the value to be cached
* @param integer $expire the number of seconds in which the cached value will expire. 0 means never expire.
* @return boolean true if the value is successfully stored into cache, false otherwise
protected function addValue($key,$value,$expire)
Stack Trace
&/data/www/cublog_yii/frontend/protected/components/ZMemCache.php(59): Memcache->set(&0a91d84d7cc3b&, &a:2:{i:0;a:21:{s:3:&uid&;s:8:&&;s:8:&username&;s:8:&dyli...&, 0, )
if($expire&0)
$expire+=time();
$expire=0;
return $this-&useMemcached ? $this-&_cache-&set($key,$value,$expire) : $this-&_cache-&set($key,$value,0,$expire);
* Stores a value identified by a key into cache if the cache does not contain this key.
* This is the implementation of the method declared in the parent class.
&/data/www/cublog_yii/framework/caching/CCache.php(147): ZMemCache->setValue(&0a91d84d7cc3b&, &a:2:{i:0;a:21:{s:3:&uid&;s:8:&&;s:8:&username&;s:8:&dyli...&, 900)
Yii::trace('Saving &'.$id.'& to cache','system.caching.'.get_class($this));
if($dependency!==null)
$dependency-&evaluateDependency();
$data=array($value,$dependency);
return $this-&setValue($this-&generateUniqueKey($id),serialize($data),$expire);
* Stores a value identified by a key into cache if the cache does not contain this key.
* Nothing will be done if the cache already contains the key.
&/data/www/cublog_yii/frontend/protected/models/Member.php(66): CCache->set(&member_&, array(&uid& =& &&, &username& =& &dyli2000&, &groupid& =& &2&, &eid& =& &1&, ...), 900)
//从缓存中获取数据
//$memberInfo = yii_cache ()-&get ( 'member_' . $uid );
if (empty ( $memberInfo )) {
//从数据库中获取数据
$memberInfo = $this-&getMemberInfoFromDb ( $uid );
yii_cache ()-&set ( 'member_' . $uid, $memberInfo, 900 );
if (! empty ( $params ) && $params != '*') {
foreach ( explode ( ',', $params ) as $value ) {
$memberInfoTmp [$value] = $memberInfo [$value];
&/data/www/cublog_yii/frontend/protected/models/Member.php(193): Member->getMemberInfo()
public function getProfileInfoByUid($uid) {
$memberInfo = $memberFieldInfo = array ();
$memberInfo = $this-&getMemberInfo ( $uid );
$memberFieldInfo = $this-&getMemberFieldInfo ( $uid );
//获得指定用户信息, edit by chenxuelan
if ($memberInfo != false && $memberFieldInfo != false) {
&/data/www/cublog_yii/frontend/protected/components/Controller.php(60): Member->getProfileInfoByUid()
$guset_uid = Blog::instance()-&getUidByName($_GET['domain']);
if ($guset_uid & 0) {
$this-&_G ['uid'] = $guset_
$this-&_G ['member'] = Member::instance ()-&getProfileInfoByUid ( $this-&_G ['uid'] );
$this-&_G ['username'] = isset ( $this-&_G ['member'] ['username'] ) ? $this-&_G ['member'] ['username'] : '';
$this-&_G ['gid'] = isset ( $this-&_G ['member'] ['groupid'] ) ? $this-&_G ['member'] ['groupid'] : 2;
$this-&_G ['blogstatus'] = isset ( $this-&_G ['member'] ['blogstatus'] ) ? $this-&_G ['member'] ['blogstatus'] : 0;
$this-&_G ['blogname'] = ! empty ( $this-&_G ['member'] ['blogname'] ) ? $this-&_G ['member'] ['blogname'] : $this-&_G ['username'] . &的ChinaUnix博客&;
$this-&_G ['brief'] = ! empty ( $this-&_G ['member'] ['brief'] ) ? $this-&_G ['member'] ['brief'] : '暂无签名';
&/data/www/cublog_yii/framework/web/CWebApplication.php(275): Controller->init()
if(($ca=$this-&createController($route))!==null)
list($controller,$actionID)=$
$oldController=$this-&_
$this-&_controller=$
$controller-&init();
$controller-&run($actionID);
$this-&_controller=$oldC
throw new CHttpException(404,Yii::t('yii','Unable to resolve the request &{route}&.',
&/data/www/cublog_yii/framework/web/CWebApplication.php(135): CWebApplication->runController(&blog/article&)
foreach(array_splice($this-&catchAllRequest,1) as $name=&$value)
$_GET[$name]=$
$route=$this-&getUrlManager()-&parseUrl($this-&getRequest());
$this-&runController($route);
* Registers the core application components.
* This method overrides the parent implementation by registering additional core components.
&/data/www/cublog_yii/framework/base/CApplication.php(162): CWebApplication->processRequest()
public function run()
if($this-&hasEventHandler('onBeginRequest'))
$this-&onBeginRequest(new CEvent($this));
$this-&processRequest();
if($this-&hasEventHandler('onEndRequest'))
$this-&onEndRequest(new CEvent($this));
&/data/www/cublog_yii/frontend/xmlrpc.php(16): CApplication->run()
11 //php ???????
12 error_reporting(E_ALL);
13 require_once($yii);
14 require_once($yii_global);
15 require(dirname(__FILE__).'/protected/components/RpcApplication.php');
16 Yii::createApplication('RpcApplication', $config)-&run();
03:45:18 nginx/1.8.0 /1.1.10iMindMap:在 App Store 上的内容
正在打开 iTunes Store。如果 iTunes 不自动打开,在 Dock 或 Windows 桌面上点击 iTunes 图标。进度指示器
正在打开 iBooks Store。如果 iBooks 未打开,请在 Dock 中打开 iBooks App。进度指示器
如要轻松整理及新增数码媒体收藏,iTunes 是全世界最简单的工具。
我们在您的电脑上找不到 iTunes。 如要下载 ThinkBuzan Limited 的免费 App iMindMap,请立即获取 iTunes。
已经有 iTunes 了? 现在点击「我有 iTunes」以打开 iTunes。
开发商:ThinkBuzan Limited
打开 iTunes 以购买和下载 App。
iMindMap 是一个让您集思广益无限发挥的工作区,在出席课程或会议时做笔录,计划任务,规划活动,创建及呈现演示等等。iMindMap 包含了各种直观、省时的功能以协助您减轻繁忙的日程,同时也将让你所做的一切都添加了一份创意。因此,放弃那些无休止的列表及沉闷的幻灯片并以此 iMindMap 创意工具替代完成所有任务让您从现状解放。iMindMap 是众多 Mind Mapping 软件中唯一拥有 Mind Maps 发明者 Tony Buzan 所正式授权的。请注意:iMindMap 将同步所有支持设备上的 Mind Map,因此在第一次使用时将要求您先註册一个免费帐号。* 了解详情:/products/imindmap/freedom#iphone* 特色功能:- 创建及呈现震撼的演示- 独家访问iMindMap Cloud, 可以让您通过任何已激活iMindMap Cloud 功能的 iMindMap 版本访问使用您的 Mind Map- 从您的 iMindMap 桌面版打开电邮附件里的 .imx 文件- 添加语音註释,文本注释及网址连接- 多姿多彩的图形库- 可以让你立即开始的模版- 全新的描绘工具- 内置的 SmartLayout 科技保持您的 Mind Map 整齐- 通过样式及自由绘製分支来量身打造您的 Mind Map- 撤消/重做功能让您快速修改或更改您的 Mind Maps* 以下的功能将可以在软件里订购 iMindMap Freedom 之后获得:- 在其他的移动设备上使用iMindMap Cloud, iMindMap Online 及 iMindMap 软件- 从您的相册中添加图像或甚至在使用软体的同时拍照 并应用照片创造您完全独特及个性化的 Mind Map- 领先在您规划的任务之前并拥有开始日期,结束日期及时长的信息- 插入浮动文本及浮动主题- 导出为图片格式 (PNG/PDF) 及 IMX 文件- 快速 Mind Mapping 功能- 创建新文件夹并按日期或字母排序保存您的 Mind Map- 通过整理按钮瞬间整理及平衡您的 Mind Map- 高级技术支持
版本 2.13.0 中的新功能
iOS 9 compatibility update
iPhone 屏幕快照
这是一款非常好用的思维导图软件。洁面简洁合理,操作方便,可以在各个终端上同步。
无法申诉找回
软件用起来还行,但几天没用,帐号密码需要重新输入,想不起来帐号,想找回却没有渠道,购买的钱,白搭了。
为什么这个软件自动消除帐号密码?
还不还不错,那一款软件。
还不错从简到繁杂应用都能驾御
用户购买的还有
免费类别: 版本: 2.13.0大小: 12.4 MB语言: 俄文, 德语, 日语, 法语, 波兰文, 简体中文, 繁体中文, 英语, 葡萄牙文, 西班牙语, 越南文, 阿拉伯文开发商: ThinkBuzan Limited兼容性: 需要 iOS 5.1.1 或更高版本。与 iPhone、iPad、iPod touch 兼容。
4.18182&&&&&11 份评分
&&&&&47 份评分
热门 App 内购买项目
iMindMap Freedom 30 Days?18.00iMindMap Plus?68.00Business Template Pack?12.00Teacher Template Pack?12.00iMindMap Freedom 12 Months?138.00Marketing Template Pack?12.00 上传我的文档
 下载
 收藏
毕业于医学院校,在医院工作,有相对丰富的护理经验
 下载此文档
正在努力加载中...
最新思维导图软件imindmap4.1.2使用教程完整版
下载积分:1500
内容提示:最新思维导图软件imindmap4.1.2使用教程完整版
文档格式:DOC|
浏览次数:1|
上传日期: 22:24:52|
文档星级:
该用户还上传了这些文档
最新思维导图软件imindmap4.1.2使用教程完整版
官方公共微信

我要回帖

更多关于 平面图整理的思维导图 的文章

 

随机推荐