自动登录SAP 系统 log in SAP without inputing password repeatly

你是不是很烦,每次都要打开GUI,然后还有输入集团号,用户名,密码,语言。。。。

其实我们可以不用每次都输入这些的。 怎么弄呢?

 

很简单, 在你的桌面创建一个SAP shortcut (右键-->创建-->SAP 快捷方式)

第二步,命个名

第三步,双击,然后会弹出一个表单的界面,将相关的参数填入即可。

 

好了,以后你每次双击这个图标,它就能帮你自动进入SAP系统初始界面了。

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
本软件为华中科技大学王晶大三时开发的作品。利用此软件,可以实现在没有MATLAB的电脑上面轻松使用MATLAB。增加了MATLAB软件的灵活性。 Matlab Remoter 0.1 Readme File copyright (c) 2009 by Jing Wang from Huazhong Univ. of Sci. & Tec. personal Webpage sites.google.com/site/wangjingpage Contents -------- 1. Web Site 2. The Function of the Software 3. How to use the Software 4. How this software is developed 5. Introduction to its "Father" -------- 1. Web Site please visit my personal webpage to view other achievements and softwares: sites.google.com/site/wangjingpage -------------- 2. The Function of the Software This software enable you use MATLAB even there is no matlab environment in your computer. Is it magic? uh, to some researcher, installing a new MATLAB environment in a new computer is very toughing thing for them because of MATLAB's large size. If you have MATLAB remoter, you can run server in a computer with MATLAB environment. To use MATLAB freely, You just need to bring client exe file in you USB disk, whose size is only 2 megabytes. After clicking client exe file and inputing the IP address of server, you can input any MATLAB command as you like. The interface of Matlab Remoter Client is very similiar to that of MATLAB. There are two modes, you can transist between them by clicking the "Mini" button. The interface in Min Mode is similar with command window in MATLAB. you can input the MATLAB command in input window and text output will be shown in output window. In max mode, the interface will have some IP address box and a picture window. ------------ 3. How to use the Software? You must copy "istherefigure.m" and "saveallfigure" to C:\\ This is a example process: copy "istherefigure.m" and "saveallfigure" to C:\\ Run Server.exe in your computer Run Client.exe in you computer Input a MATLAB command in input window. such as x = magic(10) press tab button in keyboard, to focus on input window again Input a MATLAB that will produce a figure, such as plot(x) click "first" button to view the picture. ---------------- 4. How this software is developed I am adept at MATLAB. I often dream one day MATLAB will overcome its shortcomings--slow speed and large size and becomes a mainstream language. So I want to develop a MATLAB remoter to extend the flexibility of MATLAB. Besides, I also want to develop a new MATLAB compiler since the current version of MATLAB compiler--mcc--is not very good. This software was developed before I was invented to Microsoft Research,Asia. Frustratly, When I demonstrate it to some friends in MSRA, it crashed. So when come back in May 23, I fixed some bugs in the software. At first, This is just a entainment for me to write this software and I didn't have the plan to publish it on the Web. Half a year has passed, Now when I find this software in my disk again, I feel that it is duty for every programmer to contribut something to the Open source community, So I put the source code of this small source code on the Web. tips: I am just a senior student so if there are some mistakes in the software, don't laugh at me, hehe:-) BTW, I am not sure whether there is bug in the software or not, So don't use it in important cases. ---------------- 5. Introduction to its "Father" Jing Wang is a student of Advanced Class, Huazhong Univ. of SCi.& Tec. His interest is in Web Information prossessing, Communication system and image prossessing. His Resume can be downloaded in his personal website. If you want to make friends with hime, you can contact him through email.
matlab输入分子和分母表达式直接得出乃氏图和博德图 %Welcome to use getnyquist. %It's a function helping you to get nyquist chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getnyquist(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getnyquist(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getnyquist(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. %Welcome to use getbode. %It's a function helping you to get bode chart without inputing any parameter but only a formula. %This .m file can only use 's' as variate. %attention: 's' must be included! % %example: % getbode(s+1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you will get a chart of its nyquist. % %if num or den is just a number: you need to input:'0*s + #number' %example: %if you input this: getbode(1,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %you will get an error report: %Undefined function 'expand' for input arguments of type 'double'. % %Error in getnyquist (line 17) %y1=expand(func1); % %so you have to input that like this: getbode(1+0*s,s*(10*s+1)*(0.03*s+1)*(0.0047*s+1)) %then you can get the answer. %before you input a formula, you need to input: 'syms s' %writed by CapRogers. 上传文件为m文件,解压缩到matlab根目录下的bin文件夹下即可在matlab界面调用

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值