Sep
28
By
Rico at 2:01 pm ·
分类:
学海无涯
中学化学教学的目的是使学生掌握一定的化学专业知识,同时具备一定的运用化学思维解决未来所涉及到的一些具体问题的能力。专业知识是训练化学思维的载体,而化学思维及能力是维系化学专业知识的钮带,两者相辅相成。使学生具备初步完整的化学知识与思维体系的教学工作是一项相当复杂的系统工程。因此,教师如何达到较好的教学效果,需要教师能不断地运用系统论、控制论的方法站在较高的角度来控制自己的教学,控制师生的双边互动。这对教师自身的素质提出了较高的要求。强调教学过程中教师的主导地位,我们不得不思考其主导地位导的力度和策略,而控制自己的教学策略更是一种系统的方法。
中学化学知识自成体系。教育的目标并非让学生死记孤立的知识点及教条,而在于对其内在体系的理解。如果在教学过程中缺乏这方面系统的引导,势必导致学生相应能力的缺乏。现代教育越来越强调学生综合素质的培养和提高,特别是创新能力的提高,系统的教学策略不只是帮助学生构建化学知识体系,也使他们掌握了思维的方法。”授之以鱼、亦或授之以渔”?显然后者更为重要。现就此谈谈我的几点拙见。
知识的构建是系统工程
中学化学可以分为几大板块:基础概念与基本理论、无机化学(元素及其化合物)、有机化学、化学实验、化学计算等。有些板块并无单独章节(如化学用语、化学实验、化学计算等),穿插于各章节教学之中;有的板块集中于若干章节(如元素周期律、物质结构、物质的量、化学平衡、电解质溶液、元素及其化合物、有机化学等),然而也要注意与 更多 »
无留言
Sep
28
By
Rico at 1:58 pm ·
分类:
学海无涯
中学有机化学教与学时要传递给学生的核心化学思维是”结构决定性质”。可以以系统的方法,循序渐进地依次完成结构、性质、结构与性质的关系的教学,帮助学生完成由知识点向知识面的过渡,使学生形成逻辑、有序的有机化学知识体系。
2001年高考考纲上有这样一段文字:
对于有机分子的结构理解,需要学生有一定的空间想象能力,对于有机分子中各原子在空间中的相对位置、原子间化学键的张角,旋转、扭曲一些化学键或整个分子时将出现的可能,在同一个分子中等效的位置(原子、键)的辨认,对于对称、非对称结构的理解。也要注意这一部分内容对于训练学生的观察能力是非常有效的,同时设计教学程序时也可以与晶体结构的内容相结合。
更多 »
1 条留言
Sep
25
By
Rico at 1:49 pm ·
分类:
Media
乐手提升到一定档次就需要掌握扒带的方法,记下感兴趣的音乐的谱子,演奏最新的音乐。
我找到的这个工具,是扒带的强力助手。结合自己扒带的流程,简单介绍一下它的使用方法。
确定乐谱框架
用自己的耳朵好好听听打算扒的音乐,试着在吉他上弹出一两节Solo或者主旋律,然后准确判断出如下信息:
然后打开Guitar Pro,新建乐谱,设置好这两个基本信息。
用Transcrible!给音乐分节
用Transcrible!打开音频文件,播放时判断小节线的位置,随时暂停,右击音频波型图小节位置的上方,添加小节标志(New Measure marker)。

更多 »
无留言
Sep
25
By
Rico at 12:55 pm ·
分类:
Linux
You can use a tool called named- checkconf to check BIND dns server (named daemon) configuration file syntax under Linux / UNIX. It checks the syntax, but not the semantics, of a named configuration file i.e. it can check for syntax errors or typographical errors but cannot check for wrong MX / A address assigned by you. Nevertheless, this is an excllent tool for troubleshooting DNS server related problems.
How do I check my bind configuration for errors?
Simply run command as follows:
# named-checkconf /etc/named.conf
You may want to chroot to directory so that include directives in the configuration file are processed as if run by a similarly chrooted named:
# named-checkconf -t /var/named/chroot /etc/named.conf
If there is no output, the configuration is considered correct and you can safely restart or reload bind configuration file. If there is an error it will be displayed on screen:
# named-checkconf /etc/named.conf
Output:
/etc/named.conf:58: open: /etc/named.root.hints: file not found
无留言
Sep
25
By
Rico at 12:53 pm ·
分类:
Tools
I don’t know a way to protect your printer by a password, but Windows offers another way to protect your system from being used by others: protect your user account with a password! To use a printer, you need to install the driver. For that you will have to be an administrator on your system. So when you want someone else to use your PC but not the printer, you will have to make up an user account for that person and give him only user access or even guest rights. Starting with NT (i.e. NT – 2000 and XP), Windows was capable of useraccounts and management of user rights. When there is no other user than the one you announced while installing Windows, only 2 users are set: administrator (a default account) and the default user. It is definitely a best practise to set a password for your user. By that you can control, which user is able to do what on your system.
But please: don’t forget the password! Neither the user’s nor the administrator’s password can be brought back, when they are lost. The administrator on a Windows system is always able to reset the user passwords, so this password is the most important.
For more information, we need to know: which operation system do you use (Windows 98, 2000, XP or something else)? And what do you want to block exactly? Printing from a certain application or printing by someone?
Original Post
无留言