ghong6003的个人空间 https://blog.eetop.cn/1430538 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

分享 shell_syntax
2018-3-6 23:00
1.头文件:#!/usr/bin/sh - 2.赋值: temp_file_a=`basename $file_a` 3.打印语句:echo "Creating latest link" 4.input 语句:read x || echo $x Note: 以〈〉打开一个文件作为输入输出使用 5. if 语句: if test "${temp_file:0:3}" = "LA." then temp_file_a=`basename $file_a` echo $tem ...
个人分类: Shell|644 次阅读|0 个评论
分享 run_pt.sh
2018-3-6 22:23
#!/bin/bash - ################################################## # This scripts is uesed to run PrimeTime, # You could get help by type "run_pt.bash -h" ################################################# # Function: Usage Usage () { echo "****************************************** ...
个人分类: Shell|583 次阅读|0 个评论
分享 open_PDF.sh
2018-3-6 22:19
#!/bin/bash - ################################################## # This scripts is uesed to open PDF file in Linux ################################################# # Function Usage Usage () { echo " : $0 file_name.pdf" 2 } # Function Open_PDF Open_PDF () { evince $1 } ...
个人分类: Shell|511 次阅读|0 个评论
分享 unlink_and_cp.sh
2018-3-6 22:15
#!/bin/bash - ################################################## # This scripts is uesed to unlink the file, # and copy the linked file to local dir. ################################################# # Function Usage Usage () { echo " : $0 file.link (for single file)" 2 echo " ...
个人分类: Shell|445 次阅读|0 个评论
分享 Some Methods in Python
2018-2-14 11:13
1. The methods of Variable: String Methods: (1) name.endswith('a') # if the variable ends with sring 'a' (2) name.startswith('a') (3) name.lower() # Change the ...
个人分类: Python|486 次阅读|0 个评论
分享 PrimeTime Command
2018-1-30 16:39
############################################ # report_timing ############################################ report_timing -delay_type min -thr path0 -to end_point -exception all -nosplit -nets -input_pins -pba_mode -path_type full_clock_expanded -exception all report_crpr -from -to # Timi ...
个人分类: STA|2695 次阅读|0 个评论

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

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 1

    关注
  • 3

    粉丝
  • 0

    好友
  • 2

    获赞
  • 1

    评论
  • 1539

    访问数
关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-19 16:49 , Processed in 0.034586 second(s), 12 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部