科学网

 找回密码
  注册
[转载]科学家提出制作高灵敏度电容传感器的新方法
单光存 2021-12-15 17:13
科学家提出制作高灵敏度电容传感器的新方法 作者:田瑞颖 来源:中国科学报 发布时间:2021/12/11 21:28:09 近日,北京航空航天大学教授单光存团队提出了一种利用叉指电极制备基于MXene/ PVP的高性能电容式柔性压力传感器的新方法,通过选择合适的叉指电极数目和优化MXene/PVP滤纸膜的介电层, ...
个人分类: 科学札记|1552 次阅读|没有评论
Ubuntu下安装GCC
单光存 2017-11-20 12:14
在 Ubuntu 下安装 GCC 和其他一些 Linux 系统有点不一样。 一、安装 方法一: view plain copy sudo apt-get build-dep gcc 方法二: view plain copy sudo apt-get install build-essential 安装完了可以 ...
5148 次阅读|没有评论
linux下安装或升级GCC4.8
单光存 2017-11-20 11:46
linux下安装或升级GCC4.8,以支持C++11标准   C++11标准在2011年8月份获得一致通过,这是自1998年后C++语言第一次大修订,对C++语言进行了改进和扩充。随后各编译器厂商都各自实现或部分实现了C++中的特性。 如需查看各编译器对C++11的支持程度,请参看文章:    在Linux系统下,如何升级GCC以支持C++11。目前来 ...
3520 次阅读|没有评论
pip for virtualenv
单光存 2017-11-9 20:47
OSError: Permission denied: '/Library/Python/2.7/site-packages/pip' fix it by the following steps: Download the get-pip.py script from this url https://pip.pypa.io/en/stable/installing/#upgrading-pip In terminal use this command : sudo python get-pip.py Yahoo! Su ...
个人分类: Mac|2155 次阅读|没有评论
ssh 远程执行命令简介
单光存 2016-9-16 11:22
ubuntu10.04 server OS 命令格式 view plain copy ssh -p $port $user@$p 'cmd' $port : ssh连接端口号 $user: ssh连接用户名 $ip:ssh连接的ip地址 cmd:远程服务器需要执行的操作 准备工作 基于公私钥认证 ...
个人分类: Linux awk|5380 次阅读|没有评论
Postdoctoral position at Lawrence Livermore Laboratory
单光存 2016-2-5 20:25
Postdoctoral position at Lawrence Livermore Laboratory A postdoctoral position is available immediately in the Quantum Simulations Group at Lawrence Livermore National Laboratory (LLNL) ( http://www.llnl.gov/qsg ). The successful candidate will work with Dr. Alfredo Correa and a multi-laboratory tea ...
个人分类: Information|2453 次阅读|没有评论

本页有 4 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-25 12:30

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部