自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 问答 (2346)
  • 收藏
  • 关注

转载 linux密码为什么不显示星号,linux下输入密码回显星号

#define MAX_LEN 8#define BACKSPACE 8#define ENTER 13#define ALARM 7char *getPasswd(const char *prompt){int i=0, ch;static char p[MAX_LEN+1]="";printf("%s", prompt);while((ch = getch())!= -1 ...

2021-04-30 11:17:00 74

转载 linux网桥内核实现分析,linux网桥内核实现分析(四)---数据包处理流程

br_pass_frame_up函数:从网桥处理流程进入本地协议栈static void br_pass_frame_up(struct net_bridge *br, struct sk_buff *skb){struct net_device *indev;br->statistics.rx_packets++;br->statistics.rx_bytes += skb->...

2021-04-29 15:30:24 226

转载 linux用脚本批量创建目录,shell脚本实例:创建不存在的文件和目录

一段简单的shell脚本,用于创建不存在的文件与目录,其中创建了几个自定义函数,用来学习shell 函数很不错。代码:复制代码 代码示例:#!/bin/bash# 创建不存在的文件与目录# 此脚本演示了shell中函数的用法,以及使用getopts命令获取命令行参数的方法# by www.jquerycn.cn#usage(){echo "Usage: $0 {-f filename} {-d d...

2021-04-28 22:33:46 640

转载 ora_p002_oracle,登录到oracle db12.2dockercontainer中的几种方法介绍-Oracle

第一个ssh[root@oradbdocker oradata]# docker container lsCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS ...

2021-04-09 07:07:36 118

转载 oracle Imdpd覆盖,imdpd导入错误 - Oracle数据库管理 - ITPUB论坛-中国专业的IT技术社区...

RA-39083: Object type INDEX failed to create with error:ORA-01115: IO error reading block from file 25 (block # 8437)ORA-01110: data file 25: '/data/orcl/tsp_xxx.dbf'ORA-27091: unable to queue I/OORA-...

2021-04-05 17:13:54 291

转载 oracle备份数据12170,alert log报12170和TNS-12535   TNS-00505的处理方法

硬件说明:操作系统版本:ORACLE LINUX6.3 64位数据库版本:11.2.0.364位问题说明:在检查数据库的alert日志的时候,发现大量的12170和TNS-12535的错误;Fatal NI connecterror 12170.VERSIONINFORMATION:TNSfor Linux: Version 11.2.0.3.0 - ProductionOracleBequea...

2021-04-05 13:34:51 373

转载 oracle修改asm参数文件,Oracle 11g RAC的ASM实例内存参数被修改导致无法启动

RAC有两个节点,节点二启动失败,手动启动报错:[root@PTFDB2 ~]# cd /u01/app/11.2.0/grid[root@PTFDB2 grid]# ./crsctl start crsCRS-4640: Oracle High Availability Services is already activeCRS-4000: Command Start failed, or co...

2021-04-03 13:53:18 220

转载 oracle linux 图形化,Linux通过VNC图形化界面安装oracle

1、调整内核及环境参数并上传oracle安装包*安装包比较大,建议提前上传内核调整详情参考以下文章http://www.cnblogs.com/colben/p/4120439.html2、用户和组的建立groupadd oracle;groupadd dba;groupadd oper;useradd -g oracle-G dba,oper oracle;注意在后面的vnc设置中就要使用ora...

2021-04-02 18:43:03 249

空空如也

Implement AJAX instead of popups for responserate

2020-11-26

Add unit test for StudentEvalSubmissionEditSaveActionTest.java

2020-11-26

Broken Link in Decision Analysis Document

2020-11-26

InstructorFeedbackEdit: saving changes will reload the page when editing the session and a question at the same time

2020-11-26

InstructorFeedbacks and Instructor Evaluation: some input values are not propagated to the next page if the server throws back 'invalid input' response

2020-11-26

FeedbackSessionEdit: Updating only the question number incorrectly warns user that responses will be deleted.

2020-11-26

FeedbackSessionsLogicTest:testGetFeedbackSessionResultsSummaryAsCsv failing for some Mac Users

2020-11-26

Make email sending more scalable

2020-11-26

Clean up StudentsDbTest

2020-11-26

AppPage.java: remove unused import

2020-11-26

DevMan: update to recommend Eclipse Kepler instead of Juno

2020-11-26

Try Eclipse plugin 4.3 and and update DevMan accordingly

2020-11-26

Clean up InstructorsDbTest

2020-11-26

Instructor cannot see some students' response in instructorStudentRecordsPage

2020-11-26

Suppress right-click of URLs which make AJAX requests

2020-11-26

instructorStudentList: reduce vertical spacing

2020-11-26

Refactor UI test cases to apply 'page objects' pattern - phase 3

2020-11-26

Refactor UI test cases to apply 'page objects' pattern - phase 2

2020-11-26

Refactor UI test cases to apply 'page objects' pattern - phase 1

2020-11-26

instructorEvalResultDownload: commas in the student name mess up the downloaded csv file

2020-11-26

dag-pb: more accurate schema and up-to-date impl description

2020-12-26

Change config option to participant_type

2020-12-26

Add references to Vue and Vuex in panel object

2020-12-26

HUDI-149 - Remove platform dependencies and update NOTICE plugin

2020-11-28

[HUDI-121] : Address comments during RC2 voting

2020-11-28

Error while putting document

2020-11-26

FieldValidator: Increase the rule for input field validation checking

2020-11-26

studentEvalSubmission: says "Please give contribution scale to everyone"

2020-11-26

Change hidden attribute in instructorFeedbackEdit page as it is not supported by IE

2020-11-26

instructorHomePageUiTest broken due to hardcoding instructor id

2020-11-26

Make adjusting submissions scalable using Task Queues

2020-11-26

Explain about checking parameter verification in reference file instructorsCoursesPageActionTest

2020-11-26

instructorFeedbackSessions: submit answer to MCQ question (tests)

2020-11-26

Force users to log out and log in again when joining

2020-11-26

Better logging for join emails

2020-11-26

Add testLinks() to InstructorStudentRecordsPageUiTest

2020-11-26

Move the html data from the Feedback*Details subclasses to their own jsp fragment file

2020-11-26

StudentRecords Page

2020-11-26

add logs to automated email servlets

2020-11-26

instructorStudentRecords: order records most recent first

2020-11-26

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除